Skip to main content
New to Models? Read Models under Getting started first. Models serves inference through a unified catalog. Model identifiers use 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

Call GET /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 a model 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.