NVIDIA Nemotron 3.5 Lightning is an open mixture-of-experts model from NVIDIA, with 3B active parameters out of 30B total. Suited for high-throughput agentic workloads and specialized tasks. Text-only.
curl -X POST https://ai.layercloud.ir/ollama/v1/chat/completions \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "nvidia/nemotron-3.5-lightning", "messages": [{"role": "user", "content": "Hello!"}] }'
Get an API key
Read this page in plain markdown