Google

Google

US
14 models available

Models served by Google

ModelContextInput /MOutput /MCache hitLatencyThroughput
128k$0.63/M$1.79/MN/A1s76 tps
163k$0.59/M$1.76/MN/A0.9s32 tps
163k$0.59/M$1.76/MN/A0.9s32 tps
262k$0.16/M$0.63/MN/A0.4s46 tps
262k$0.16/M$0.63/MN/A0.4s46 tps
200k$0.63/M$2.31/M0%0.5s82.5 tps
200k$0.63/M$2.31/M80.6%0.5s82.5 tps
128k$0.09/M$0.38/M0%0.4s108 tps
128k$0.07/M$0.26/MN/A1s77 tps
262k$0.63/M$2.63/M48%0.4s153.5 tps
131k$0.76/M$0.76/MN/A0.3s25 tps
1.0M$0.37/M$1.21/MN/A0.5s84 tps
41k$0.26/M$1.05/MN/A0.3s60 tps
256k$0.16/M$1.26/MN/A0.4s143 tps

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

Append :google to the model ID, set "provider": "google" in the request body, or send an X-Provider: google 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": "deepseek-ai/DeepSeek-V3.1:google",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

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