Documentation

FAQ: Why do I see model_not_found? in the NexoRouter documentation.

FAQ: Why do I see model_not_found?

model_not_found means the model ID is not publicly available, does not exist as written, or the current API key cannot access it.

Fix it

  1. Open Models.
  2. Search for the model.
  3. Copy the exact model ID.
  4. Replace the model field in your request.
  5. If the key has model scope enabled, confirm that the model is allowed.

Do not type model IDs by memory

Model IDs are case-sensitive.

Example:

Qwen/Qwen-Plus

is different from:

qwen-plus

Check the API-visible catalog

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

If the model is not returned, do not assume it can be called through the public API.

FAQ: Why do I see model_not_found? — NexoRouter