What is the Model List?
The model list shows all the AI models you can use with your API key. Each API key has access to different models depending on its group configuration. Before making API calls, you should always check which models are available.Only models that are enabled for your API key group will appear in the list. If you don’t see a model you expect, check with your administrator or see Limits and Prerequisites.
How to Get the Model List
You can get the list of available models by making a simple GET request. The endpoint you use depends on which protocol you want to use.OpenAI-Compatible Models
Use this endpoint if you’re using OpenAI-style requests:Claude Models
Use this endpoint for Claude models:Gemini Models
Use this endpoint for Gemini models:Understanding the Response
The response will contain a list of models. Each model has important information:id: The model identifier - use this exact value in your API requestsowned_by: The source or provider of the model- Pricing information: Cost per token or request (for display purposes)
- Other metadata: Additional information about the model
The pricing information in the model list is for reference only. Actual billing is calculated based on your usage. See View Usage and Billing for details.
Example Response
When to Check the Model List
- Before making your first API call: Make sure the model you want to use is available
- When you get an error: If a model isn’t found, check if it’s in your available list
- When building a UI: Use the model list to populate dropdown menus or model selectors
- After configuration changes: If your administrator changes your group settings, check the list again
Important Notes
- Model Availability: Only models enabled for your API key group will appear. Different API keys may see different models.
-
Model Names: Always use the exact
idfrom the model list in your API requests. Model names are case-sensitive. - Real-time Updates: The list reflects the current state. If models are enabled or disabled, you may need to refresh the list.
- Pricing: Pricing shown in the model list is for reference. Actual billing is calculated based on your actual usage.
Next Steps
After checking which models are available:- Make your first API call using one of the available models
- Monitor your usage in the console
- See View Usage and Billing to understand how you’re being charged