Nemotron 3.5 Lightning 30B (Free)
NVIDIA
NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 is a large language model (LLM) trained by NVIDIA. The model employs a hybrid Mixture-of-Experts architecture, utilizing interleaved Mamba-2 and MoE layers, along with select Attention layers. The Lightning 3.5 model is released alongside a number of speculative decoding methods for faster text generation. The model has 3B active parameters and 30B parameters in total.
- Language
- Reasoning
- Tool use
- Implicit caching
- Free
- Context
- 1M
- Max output
- 33K
- Input / 1M
- Free
- Output / 1M
- Free
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass nvidia/nemotron-3.5-lightning-free as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/nemotron-3.5-lightning-free",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
Free
Output
Per 1M completion tokens
Free
A 1M-token prompt with 250K tokens of output costs about Free.
