Documentation
FAQ: How do model versions and aliases work? in the NexoRouter documentation.
FAQ: How do model versions and aliases work?
Use the exact public model ID shown by NexoRouter. Vendor aliases, marketing names, and old model names may not match the ID accepted by the public API.
Safe rule
Use model IDs from Models or GET /v1/models.
Do not copy model names directly from another provider's dashboard unless the same ID appears in NexoRouter Models.
Why names differ
| Name type | Example risk |
|---|---|
| Marketing name | May omit version, vendor, or suffix. |
| Upstream alias | May not be exposed by NexoRouter. |
| Old screenshot | May refer to a retired or renamed model. |
| Case-insensitive text | The API model ID is case-sensitive. |
Production practice
- Keep model IDs in config.
- Review model IDs before rollout.
- Use one fallback model for non-critical tasks.
- Monitor Usage Logs for
model_not_found. - Avoid undocumented aliases in production.