Returns the AI models available to agents.

Returns the agent model catalog with effective availability for the current workspace. The response includes model providers, model details, defaults, and available image capabilities. Use these values when selecting a model for an agent or conversation. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
defaultProviderstring or nullOptional
The default provider.
defaultModelstring or nullOptional
The default model.
providerslist of objects or nullOptional
The available providers and their models.
performanceLevelslist of objects or nullOptional
The predefined performance levels that resolve to available models.
workspaceSettingsobjectOptional
Represents effective workspace AI model policy.
availableImageCapabilitieslist of strings or nullOptional
Image capability keys available in this workspace.

Errors

401
Unauthorized Error