API Reference
Check if AI is configured
GET
/api/ai/status
Check if AI is configured
Operation IDgetAiStatus
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Success response body
200AI configuration status. When enabled, includes the selectable model catalog and the configured default model.
AI configuration status. When enabled, includes the selectable model catalog and the configured default model.
Content typeapplication/json
responseobject4 properties
enabledbooleanmodelsarray<object>Selectable models (only present when enabled)
Array items
itemobject3 properties
idstringlabelstringdescriptionstringdefault_modelstringModel used when the chat request has no model override (only present when enabled)
context_windowintegerModel context window in tokens, used by the UI context meter (only present when enabled)