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

Models

List all available models

get

Returns all enabled models from the registry with pricing information.

Models are returned with the "interactive/" prefix, but can be used in requests with or without the prefix (e.g., both "interactive/openai/gpt-4o" and "openai/gpt-4o" work).

No authentication required.

Responses
200

Successfully retrieved list of available models

application/json
objectstring · enumRequiredExample: listPossible values:
get/api/v1/models

Last updated

Was this helpful?