Skip to main content
List available models by calling the public GET /api/models catalog endpoint. Use the returned model IDs for API requests, then confirm capability and pricing details in the model directory.

Call the model catalog

The following request lists available models:
The response contains model records:

Python model list

The following Python example prints model IDs from the catalog:
The output is a list of model IDs:

Use a model ID

The following example sends a request with one model ID from the catalog:
The response uses the selected model ID:

Common errors

Last modified on June 23, 2026