SambaNova

SambaNova

US
10 models available

Models served by SambaNova

ModelContextInput /MOutput /MCache read /MLatencyThroughput
128k$0.68/M$1.57/MN/A1.4s34 tps
DeepSeek V3.1
High Throughput
FP8
128k$0.68/M$1.57/MN/A1.4s34 tps
163k$3.15/M$4.72/MN/A2.8s14 tps
163k$3.15/M$4.73/MN/A2.8s14 tps
262k$0.40/M$1.21/MN/A1.5s22 tps
262k$0.40/M$1.21/MN/A1.5s22 tps
128k$0.15/M$1.00/MN/A0.8s335.5 tps
131k$0.47/M$0.94/MN/A0.6s29 tps
205k$0.63/M$2.52/M$0.06/M0.8s157 tps
1.0M$0.63/M$2.52/MN/A1.5s171 tps
1.0M$0.63/M$2.52/MN/A1.5s171 tps

Prices are per million tokens and include the 5% provider-selection markup. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using SambaNova via the API

Append :sambanova to the model ID, set "provider": "sambanova" in the request body, or send an X-Provider: sambanova header. Explicit provider selection adds a 5% markup over that provider's base price; the prices in the table above already include it.

SambaNova offers multiple service lanes, each pinned with its own id: sambanova, sambanova-high-throughput (High Throughput). The table shows which lane serves each row.

curl https://nano-gpt.com/api/v1/chat/completions \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-ai/DeepSeek-V3.1:sambanova",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

See the API documentation for provider preferences, price-aware routing, and error behavior.