Documentation
LiteLLM in the NexoRouter documentation.
LiteLLM
Status: Candidate setup, not yet verified by NexoRouter.
LiteLLM can route OpenAI-compatible requests to custom endpoints. Use it carefully because it can hide which endpoint, model, or key is actually used.
Configuration values
Base URL: https://api.nexorouter.com/v1
API key: YOUR_NEXOROUTER_API_KEY
Model: deepseek-v4-flash
Verification path
- Configure one model only.
- Send one non-streaming chat request.
- Check LiteLLM logs and NexoRouter Usage Logs.
- Add fallback or routing rules only after the single-model path is proven.
Risks
- Double routing can make debugging harder.
- Fallback models can mask
model_not_found. - Streaming and tool calling need separate checks.