Model Selection Guide
Use model IDs in API requests and choose the right model for each task.
Live model catalog
The live catalog is maintained on the Models page and updates with network availability.
Open live model catalog — See live availability, context length, and pricing
Programmatic access is documented in the GET /models endpoint section of the API reference.
For response fields and pricing structure, see the models list response schema in the API reference.
Using model IDs in requests
Use the model ID from the live catalog when making API requests:
Full request schema lives in the chat completions endpoint in the API reference.
Model Selection Tips
Choose the right model for your use case:
- For complex tasks — Use large models (235B, V3) for coding, analysis, and complex reasoning tasks.
- For fast responses — Use small models (7B, 8B) for simple tasks requiring quick, cost-effective responses.
- Consider context length — For long conversations, choose models with larger context windows (128K+ tokens).