Redpill

Redpill

GLB
8 models available

Models served by Redpill

ModelContextInput /MOutput /MCache read /MLatencyThroughput
1.0M$0.21/M$0.42/MN/AN/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
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

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 Redpill via the API

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 5% markup over that provider's base price; the prices in the table above already include it.

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

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