Documentation

FAQ: Why is a model unavailable? in the NexoRouter documentation.

FAQ: Why is a model unavailable?

Model availability can differ between the public catalog, GET /v1/models, and a specific API key's model scope.

Where to check

PlaceWhat it tells you
ModelsPublic catalog, display status, and model IDs.
GET /v1/modelsModels currently visible through the public API for your key.
API KeysWhether your key is scoped to selected models.
Usage LogsThe exact model ID and result status for a request.

Common causes

CauseWhat to do
Model ID typoCopy the exact ID from Models.
Model not publicly availableUse a model returned by GET /v1/models.
Key model scope excludes itCreate a replacement key with the right scope.
Temporary model-specific issueTry a fallback model and include both model IDs in support.
Catalog status changedCheck Models before rollout.

API check

curl https://api.nexorouter.com/v1/models \
  -H "Authorization: Bearer $NEXOROUTER_API_KEY"

If the model is not returned, do not assume it is callable through the stable public API.

FAQ: Why is a model unavailable? — NexoRouter