For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Models

List Available Models

get

Returns all available AI models along with their pricing, architecture, context length, supported parameters, and (where applicable) per-parameter allowed values. No authentication required.

This is the source of truth for what each model accepts — use supported_parameters and supported_params_details to programmatically discover the exact fields and accepted values for any model (chat, video, image, embedding, audio, etc.).

Responses
200

List of all available models

application/json
get/api/v1/models

Last updated