List available AI models
Returns the active AI models across all enabled providers in the
platform catalogue. Use the `model_id` values when creating or
updating an agent. The platform default for each provider is flagged
with `is_platform_default: true`.
Returns an empty list when the catalogue is not yet configured on this
deployment. Returns 500 when the catalogue is configured but the DB
call fails.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Active AI models
models
Errors
401
List AI Models Request Unauthorized Error
500
List AI Models Request Internal Server Error