LLM Model Configuration¶
By default, each LLM backend uses its own default model. You can override the model per provider using the CLI.
Setting a model override¶
Model names depend on the provider — each tool uses its own naming convention.
Removing an override¶
This reverts the provider back to its built-in default model.
Checking current configuration¶
The stats command shows active LLM backends and any model overrides.
Config file location¶
Configuration is stored at:
TUI badge display¶
The search mode badge in the TUI reflects the active model:
LLM (claude)— using the tool's default modelLLM (claude:sonnet)— using a custom model override
Tip
You can set different models for different providers simultaneously. Only the backend you are currently using in the TUI is affected.