provider/model form such as openai/gpt-4o-mini or anthropic/claude-3-5-sonnet-latest. The exact list depends on which providers and models are enabled for the platform.
List available models
CallGET /v1/models on https://models.ageneral.ai with a valid virtual key or node identity. The response follows the OpenAI List models object shape with object and data fields.
See GET /v1/models for authentication and the interactive List models operation.
Choosing a model
Use the in-product model picker where available, or pass amodel string from the catalog in POST /v1/chat/completions or POST /v1/responses. If a model id is not available to your account or region, you get an error from the model provider.
Pricing
See Pricing for the live catalog on the site, context lengths, and input/output rates by model.Related
- Pricing — live catalog and rates on ageneral.ai
- Request parameters —
temperature, tools, and other body fields - Usage and billing — credits and limits
- OpenAI Chat Completions — request field reference, wire-compatible
