MINARA

Refresh available models

POST /v1/llm/available-models/refresh — Force a live re-fetch of the active provider's model catalog, bypassing the in-memory and 24h disk caches, then return t

POST /v1/llm/available-models/refresh

Force a live re-fetch of the active provider's model catalog, bypassing the in-memory and 24h disk caches, then return the refreshed list. Lets the UI surface a model released after the agent booted without a restart.

MethodPOST
Path/v1/llm/available-models/refresh
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryllm

Response body

{ "provider": "anthropic-oauth", "current": "claude-opus-4-7", "models": [{ "id": "claude-opus-4-8", "label": "Claude Opus 4.8" }], "source": "live" }

On this page