Chutes

Chutes

US
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.

Models served by Chutes

ModelContextInput /MOutput /MCache read /MCache hitLatencyThroughput
Gemma 4 31B TEE
TEE verified
131k$0.16/M$0.44/M$0.08/MN/AN/AN/A
131k$0.16/M$0.44/M$0.08/MN/AN/AN/A
200k$1.03/M$3.23/M$0.10/M7.2%4.1s37 tps
200k$1.03/M$3.23/M$0.10/M2.7%4.1s37 tps
GLM 5.1 TEE
TEE verified
131k$1.10/M$3.68/M$0.55/MN/AN/AN/A
131k$1.10/M$3.68/M$0.55/MN/AN/AN/A
GLM 5.2 TEE
TEE verified
1.0M$1.47/M$4.62/M$0.73/MN/AN/AN/A
1.0M$1.47/M$4.62/M$0.73/MN/AN/AN/A
256k$0.53/M$2.99/M$0.05/MN/A1.5s40 tps
Kimi K2.6 TEE
TEE verified
262k$1.00/M$4.20/M$0.50/MN/AN/AN/A
256k$0.53/M$2.99/M$0.05/MN/A1.5s40 tps
Kimi K3
MXFP4
1.0M$3.15/M$15.75/M$0.31/MN/A3s27 tps
Kimi K3 TEE
TEE verified
1.0M$3.15/M$15.75/M$1.57/MN/AN/AN/A
260k$0.31/M$2.10/M$0.03/MN/A2.9s22 tps
260k$0.31/M$2.10/M$0.03/MN/A2.9s22 tps
262k$0.25/M$2.31/M$0.03/MN/A2.2s31 tps
262k$0.25/M$2.31/M$0.03/MN/A2.2s31 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 Chutes via the API

For models with provider selection, append :chutes to the model ID, set "provider": "chutes" in the request body, or send an X-Provider: chutes 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": "TEE/gemma4-31b:chutes",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

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