Google's pro model with a massive 1M token context.
Gemini's high-efficiency flash variant.
| Provider | Context | Price · in / out |
|---|---|---|
| 1M | $0.45 / $2.80/MTok |
routing.strategyproviders.onlyproviders.excludeproviders.ordermax_cost_usddata_policydocs →Collecting — charts appear after two days.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'Gemini's high-efficiency flash variant.
Gemini 2.5 Flash costs $0.45/M input tokens and $2.80/M output tokens.
Gemini 2.5 Flash accepts text and image and returns text.
POST /api/v1/chat/completions with `"model": "gemini-2.5-flash"`.
Gemini 2.5 Pro, Gemini 3 Flash, Gemini 3 Pro, Gemini 3.1 Pro, Gemini 3.7 Flash, Nano Banana, Nano Banana 2, Nano Banana Pro.
Gemini 3 Pro — Google's latest standard-tier powerhouse.
Google's most capable standard model — excellent creative output.
Google's newest Flash model for coding, multimodal reasoning, and high-throughput agents.