{provider}/{model} naming format — for example, openai/gpt-4o or anthropic/claude-3-5-sonnet.
The full list of available models is always up to date via the API:
GET /v1/models. This page shows a curated overview of the most popular models. New models are added continuously as providers release them.How to list models programmatically
Fetch the live model catalog at any time using the/v1/models endpoint: