| Example | Description |
|---|---|
| Lmstudio Basic | Run a Qwen model served by LM Studio with sync and streamed responses. |
| DB | Store LM Studio agent sessions in Postgres and answer follow-ups with history in context. |
| Lmstudio Image Agent | Send image bytes to a llama3.2-vision model in LM Studio and stream the description. |
| Knowledge | Query a PgVector knowledge base of PDF recipes from an agent running on LM Studio. |
| Memory | Store and retrieve personalized user memories and conversation summaries in an LM Studio agent. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Lmstudio Structured Output | Produce a MovieScript Pydantic object from an LM Studio model with output_schema. |
| Tool Use | Add web search tools to an LM Studio agent and run sync and streaming queries. |
LMStudio
Lmstudio
LM Studio examples for local models, images, knowledge, memory, storage, retries, structured output, and tools.