Documentation
Choose models for support, translation, code, and images in the NexoRouter documentation.
Choose models for support, translation, code, and images
Pick a model from the current NexoRouter catalog with a small test set. Do not treat a marketing name, a screenshot, or an unofficial ranking as the source of truth.
Shared checklist
For every candidate:
- Confirm it appears in Models or
GET /v1/models. - Copy the exact catalog ID. Examples currently documented elsewhere include
kimi-k2.6,gpt-5.5,gpt-5.6-luna, andgrok-4.3when they are listed as Available. - Open the model profile and note capability, endpoint, billing unit, and published rates.
- Confirm the API key scope allows that ID.
- Run the same short prompts and read Usage Logs for quality, cost, latency, status, and request ID.
Do not invent a winner from one prompt. If an ID is not in Models, it is not a current public option.
Match the task to a capability
| Task | What to look for in Models | How to test |
|---|---|---|
| Customer support | Chat models that follow instructions in the customer language | 20 to 50 real tickets: greetings, policy questions, refusals, and handoff |
| Translation | Chat models; compare source and target language quality | The same paragraph in both directions, including names and formatting |
| Code | Chat models; tool calling only if you verify it separately | A small repo task plus a known-fail prompt |
| Images | Models whose profile lists an image or media capability and endpoint | One small generation using that profile's endpoint, not Chat Completions by default |
China-developed and global families can both be valid. Compare them with the same test set. See China-developed and global models.
grok-4.3 is a live Available chat option when it appears in Models. Do not use retired or 404 profile URLs as examples.
Keep billing units comparable
Chat models usually publish separate input and output rates per million tokens. Image and other media models can use a different unit and a different endpoint.
Do not compare a chat token price with a media unit price. Read the profile before estimating cost.
Promote with controls
- Keep the first production key scoped to the chosen ID when possible.
- Set
max_tokensor the media equivalent. - Watch Usage Logs after the first live day.
- Keep a fallback ID that already passed the same test set.