SambaNova

SambaNova

US
11 models available

Data handling can vary by model and deployment. The privacy badge above shows the more conservative of the provider-wide fallback and the policies for routes on this page; each model page shows the policy for that specific route.

Models served by SambaNova

ModelContextInput /MOutput /MCache read /MCache hitLatencyThroughput
128k$5.00/M$6.99/M$2.50/MN/AN/AN/A
128k$0.68/M$1.57/MN/AN/A1.1s61 tps
DeepSeek V3.1
High Throughput
FP8
128k$0.68/M$1.57/MN/AN/A1.1s61 tps
163k$3.15/M$4.72/MN/AN/A1.6s49 tps
163k$3.15/M$4.73/MN/AN/A1.6s49 tps
262k$0.40/M$1.21/MN/A0%1.7s99 tps
262k$0.40/M$1.21/MN/A0%1.7s99 tps
128k$0.15/M$1.00/MN/AN/A0.7s279.5 tps
131k$0.47/M$0.94/MN/AN/A0.4s35 tps
205k$0.63/M$2.52/M$0.06/MN/A1.6s113 tps
1.0M$0.63/M$2.52/MN/AN/A1.2s142 tps
1.0M$0.63/M$2.52/MN/AN/A1.2s142 tps

Prices are per million tokens. Selectable routes include the applicable provider-selection markup; fixed routes show the standard model price. Availability and pricing refresh continuously; each model page shows the live provider comparison.

Using SambaNova via the API

For models with provider selection, 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 route-specific markup over that provider's base price; the prices in the table above already include it. Models without provider selection use the displayed model ID without a provider suffix or selection surcharge.

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-r1-sambanova",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

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