Door background frame
Nemotron 3.5 Lightning
Limited Trial
Nemotron 3.5-Lightning visualization

Nemotron 3.5 Lightning

Limited Trial
Hybrid Mamba-2/MoE with 30B total/3B active params; tuned for high-throughput reasoning, coding, and agentic workflows, with 256K native context (extensible to 1M).

NVIDIA API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "nvidia/NVIDIA-Nemotron-3.5-Lightning",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
Nemotron 3.5 Lightning
$0.08
$0.20

Model Details

Model Details
Provider
NVIDIA
Type
Chat
Parameters
30B (3B active)
Context Length
262K
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com