Skip to content

Models & availability

Choose an API edition and understand when the network can serve it.

Choose an API edition

A catalog family describes an upstream model. An API edition is a specific model definition enabled in Router, with its own enforced limits. Use the exact edition ID in your request.

Check availability

What you seeWhat it means
Catalog familyDiscovery metadata; not a promise of API support.
Enabled API editionA configured serving definition with Router limits.
Online providerA connected provider that may already be busy.
Free capacityA matching provider able to accept work now.
Unknown or staleFresh availability evidence is missing.

List API models

Authenticated SDK clients can use GET /v1/models. The response includes configured editions even when they have no online providers.

bash
curl "$ROUTER_BASE_URL/models" \  -H "Authorization: Bearer $ROUTER_API_KEY"

Respect model limits

Use the API edition’s limits. An upstream family’s context window may be larger than Router’s supported context. The current chat API accepts text; catalog metadata about vision or embeddings does not enable those modalities.

Browse models in Router.