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
- Open Models.
- Search for the model.
- Copy the exact model ID.
- Replace the
modelfield in your request. - 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.