SCX (Global)

SCX (Global)

GLB
17 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.

SCX directly confirmed zero data retention across its inference catalogue.

Models served by SCX (Global)

ModelContextInput /MOutput /MCache read /MCache hitLatencyThroughput
1.0M$0.16/M$0.63/M$0.01/M0%2.1s122.8 tps
1.0M$0.16/M$0.63/M$0.01/M0%2.1s122.8 tps
131k$0.31/M$0.96/MN/AN/AN/AN/A
131k$0.31/M$0.96/MN/AN/AN/AN/A
1.0M$0.59/M$1.71/M$0.11/MN/AN/AN/A
1.0M$0.59/M$1.71/M$0.11/M32.6%5.5s74.3 tps
1.0M$0.88/M$2.77/M$0.16/M90.7%7.2s77 tps
1.0M$0.88/M$2.77/M$0.16/M90.7%7s77 tps
1.0M$0.06/M$0.17/M$0.02/M85.3%5.4s88.8 tps
131k$0.18/M$0.58/MN/AN/AN/AN/A
262k$0.64/M$2.69/M$0.13/MN/AN/AN/A
1.0M$2.36/M$12.13/M$0.24/M0%N/A31.5 tps
131k$0.56/M$1.70/MN/AN/AN/AN/A
192k$0.50/M$1.88/M$0.05/MN/AN/AN/A
33k$0.38/M$0.91/MN/AN/AN/AN/A
1M$1.34/M$4.04/M$0.17/MN/AN/AN/A
1M$1.34/M$4.04/M$0.17/MN/AN/AN/A

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 SCX (Global) via the API

For models with provider selection, append :scx to the model ID, set "provider": "scx" in the request body, or send an X-Provider: scx 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.

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

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