Documentation
Models API in the NexoRouter documentation.
Models API
Status: Stable public API.
Use GET /v1/models to list publicly available model IDs. This is the safest source for the exact model value to put in API requests and tools.

Request
curl https://api.nexorouter.com/v1/models \
-H "Authorization: Bearer $NEXOROUTER_API_KEY"
How to choose a model ID
- Open Models.
- Search by provider or capability.
- Copy the exact model ID.
- Confirm the model is inside the API key's model scope.
- Send a small test request before using it in production.
What the API is for
- Keeping local model lists current.
- Validating that a model ID exists before a deployment.
- Helping support compare a user-provided model ID with public catalog IDs.
What it does not prove
A model appearing in the public list does not prove every tool feature works with that model. Agent tools, tool calling, long context, and streaming still need tool-specific verification.