Redpill

Redpill

GLB
22 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 Redpill

ModelContextInput /MOutput /MCache read /MLatencyThroughput
164k$0.50/M$1.00/M$0.25/MN/AN/A
1.0M$0.21/M$0.42/MN/AN/AN/A
66k$0.15/M$0.70/M$0.07/MN/AN/A
262k$0.15/M$0.46/M$0.07/MN/AN/A
GLM 5.1 TEE
TEE attested
203k$1.57/M$5.51/M$0.31/MN/AN/A
203k$1.57/M$5.51/M$0.31/MN/AN/A
GLM 5.2 TEE
TEE attested
1.0M$1.47/M$4.83/M$0.53/MN/AN/A
1.0M$1.47/M$4.83/M$0.53/MN/AN/A
GLM 5.3 Flash TEE
TEE attested
1.0M$0.16/M$0.53/M$0.03/MN/AN/A
GLM 5.3 TEE
TEE attested
1.0M$1.47/M$4.62/M$0.27/MN/AN/A
131k$2.00/M$2.00/M$1.00/MN/AN/A
Kimi K2.6 TEE
TEE attested
262k$1.57/M$5.51/MN/AN/AN/A
Kimi K2.7 Code TEE
TEE attested
262k$1.00/M$4.20/M$0.20/MN/AN/A
131k$0.35/M$1.50/M$0.04/MN/AN/A
262k$0.08/M$0.21/M$0.04/MN/AN/A
66k$0.70/M$0.70/M$0.35/MN/AN/A
41k$0.10/M$0.30/M$0.05/MN/AN/A
262k$0.30/M$2.40/M$0.15/MN/AN/A
262k$0.55/M$3.50/M$0.28/MN/AN/A
262k$0.32/M$2.70/M$0.16/MN/AN/A
262k$0.20/M$1.27/M$0.10/MN/AN/A
262k$0.40/M$3.00/M$0.15/MN/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 Redpill via the API

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

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