Set default agent model
PUT /v1/llm/default-model — Switch the agent loop to a different model id. Validated against the live `available-models` list.
PUT /v1/llm/default-model
Switch the agent loop to a different model id. Validated against the live available-models list.
| Method | PUT |
| Path | /v1/llm/default-model |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | llm |
Request body
{ "model": "claude-opus-4-7" }