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.
| Method | POST |
| Path | /v1/llm/available-models/refresh |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | llm |
Response body
{ "provider": "anthropic-oauth", "current": "claude-opus-4-7", "models": [{ "id": "claude-opus-4-8", "label": "Claude Opus 4.8" }], "source": "live" }