Skip to content

[agent.model]

Which LLM the agent uses for analysis.

KeyTypeDefaultRequiredDescription
provider"anthropic" | "openai" | "google"noneyesLLM provider to use.
namestringgpt-5.4-mininoModel identifier.
[agent.model]
provider = "openai"
name = "gpt-5.4-mini"
  • [agent.apiKeys] — supply the matching API key for your chosen provider.