[agent.model]
Which LLM the agent uses for analysis.
| Key | Type | Default | Required | Description |
|---|---|---|---|---|
provider | "anthropic" | "openai" | "google" | none | yes | LLM provider to use. |
name | string | gpt-5.4-mini | no | Model identifier. |
Example
Section titled “Example”[agent.model]provider = "openai"name = "gpt-5.4-mini"See also
Section titled “See also”[agent.apiKeys]— supply the matching API key for your chosen provider.