MINARA

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.

MethodPUT
Path/v1/llm/default-model
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryllm

Request body

{ "model": "claude-opus-4-7" }

On this page