Documentation
FAQ: Why can my key not use this model? in the NexoRouter documentation.
FAQ: Why can my key not use this model?
model_not_found can mean the model ID is wrong, but it can also mean the API key is not allowed to use that model.
Check this first
- Copy the exact model ID from Models.
- Confirm the API key is enabled.
- Confirm the key's model scope includes that model.
- Send a tiny
chat/completionsrequest. - Check Usage Logs for the exact model ID that reached NexoRouter.
Why scope exists
Model scope helps keep test keys, teammates, and tools from accidentally using expensive or unapproved models.
Fix
Create a new key with the right model scope for that tool. Do not broaden a production key just to fix a local test.