Learn how to use LM Studio with Agno.
llama3.3
models are good for most basic use-cases.qwen
models perform specifically well with tool use.deepseek-r1
models have strong reasoning capabilities.phi4
models are powerful, while being really small in size.LM Studio
model class to access it
Parameter | Type | Default | Description |
---|---|---|---|
id | str | "qwen2.5-7b-instruct-1m" | The id of the LM Studio model to use. |
name | str | "LM Studio " | The name of this chat model instance. |
provider | str | "LM Studio " + id | The provider of the model. |
base_url | str | "http://127.0.0.1:1234/v1" | The base URL for API requests. |
LM Studio
also supports the params of OpenAI.