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.

NexoRouter models page

Request

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

How to choose a model ID

  1. Open Models.
  2. Search by provider or capability.
  3. Copy the exact model ID.
  4. Confirm the model is inside the API key's model scope.
  5. 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.

Models API — NexoRouter