Nexus 120B API
Nvidia's high-performance MoE model. Excellent for complex reasoning, technical chat, and diverse knowledge tasks.
Provider: Nvidia | Model ID: nexus-120b | Context Window: 131K tokens
Token Pricing
₹10/1M input · ₹60/1M output. Pay-as-you-go micro-metered token billing. UPI and cards accepted with zero minimum commitment.
| Token Type | Price (INR) |
|---|---|
| Input Tokens | ₹10/1M tokens |
| Output Tokens | ₹60/1M tokens |
| Prompt Caching Input | Standard input rate |
OpenAI-Compatible Integration
Directly drop into existing OpenAI SDK code by updating the base URL to https://api.luminoai.co.in/v1.
curl https://api.luminoai.co.in/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $LUMINO_API_KEY" \
-d '{
"model": "nexus-120b",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Explain KV cache in 2 sentences."}
]
}'
Model Specifications
| Model Identifier | nexus-120b |
|---|---|
| Provider | Nvidia |
| Category | chat |
| Context Window | 131K tokens |
| API Protocol | OpenAI-compatible REST API (JSON) |
| Endpoint | https://api.luminoai.co.in/v1/chat/completions |
Explore all models in catalog | API Documentation | Test Nexus 120B in Playground