Gemini 2.5 Flash

Flash with hybrid reasoning. Price went up in the July refresh ($0.15/$0.60 → $0.30/$2.50) reflecting the provider change.

ChatGoogle1M tokens$0.327 / $2.7251 · 1M

google/gemini-2.5-flash

Context
1M tokens
Completion cap
65,535
Tools
Yes
JSON
Yes
Released
2025-06-17
ZDR
Verified

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.5-flash",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Gemini 2.5 Flash?
Flash with hybrid reasoning. Price went up in the July refresh ($0.15/$0.60 → $0.30/$2.50) reflecting the provider change. Gemini 2.5 Flash runs on the Geek Hub API (OpenAI-compatible). Model id: google/gemini-2.5-flash.
Is Gemini 2.5 Flash free?
No. Input is $0.327 per 1M tokens and output is $2.7251 per 1M tokens on Geek Hub (markup included).
What is the context length of Gemini 2.5 Flash?
Gemini 2.5 Flash has a 1M tokens context window. It supports up to 65,535 completion tokens.
Does Gemini 2.5 Flash support tool calling and structured outputs?
Gemini 2.5 Flash accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Gemini 2.5 Flash released?
Gemini 2.5 Flash was released on 2025-06-17.

More models from Google