Overview
Switch models per-call without recreating the agent. Useful for cost optimization or capability matching.Quick Start
Config Options
| Key | Description |
|---|---|
model | Override model name |
temperature | Override temperature |
provider | Override provider (openai, anthropic) |
Permanent Model Switching
Useswitch_model() to permanently change the agent’s model while preserving conversation history:

