nemotron-3.5-lightning API — compare providers
The same model (nemotron-3.5-lightning) is served by 2 providers; DeepInfra is the cheapest at $0.28/1M blended — the priciest (CoreWeave) costs 25% more.
Quality and intelligence scores are attached to the model itself — identical whichever provider serves it.
| Rank | Provider | Input /1M | Output /1M | Blended /1M |
|---|---|---|---|---|
| 1 | DeepInfra | $0.08 | $0.2 | $0.28 ← cheapest |
| 2 | CoreWeave | $0.1 | $0.25 | $0.35 |
Prices are per 1M tokens (USD). "Blended" = input + output, for coarse ranking. Same underlying model, 2 serving providers, 25% spread top to bottom. Context window: 262,144 tokens (131,072 max output) — see how it ranks in biggest context windows. See how this compares across the catalogue in same model, different price.
Cost per 1,000 requests by workload
What each provider actually bills for a representative job, not just the sticker price.
| Provider | Chatbot 1000 in / 500 out | RAG / long context 8000 in / 500 out | Batch summarize 4000 in / 1000 out |
|---|---|---|---|
| DeepInfra | $0.18 | $0.74 | $0.52 |
| CoreWeave | $0.23 | $0.93 | $0.65 |
Estimate your own workload
Input tokens/request: Output tokens/request: Requests:
| Provider | Estimated cost (USD) |
|---|
Self-host / quantized builds
Open weights under NVIDIA Open Model License — you can run nemotron-3.5-lightning on your own hardware instead of paying per token. Quantized builds lower the memory footprint; whether it fits your GPU or Mac depends on the model's size. Formats: GGUF for llama.cpp / Ollama / LM Studio, AWQ and GPTQ for GPU serving, MLX for Apple silicon.
- GGUF builds llama.cpp · Ollama · LM Studio
- AWQ builds GPU serving (vLLM)
- GPTQ builds GPU serving
- MLX builds Apple silicon
- Ollama library one-command local run
Links search the live model hubs (Hugging Face, Ollama) so they track new builds as they appear — we don't host weights. Which formats exist depends on what the model owner and community have published.