Skip to main content
Gemini 2.5 Flash

Gemini 2.5 Flash

Google's price-performance Gemini model for balanced, multimodal production workloads.

MultimodalThinkingPrice Performance

Context Window

1M tokens

gemini-2.5-flash

Max Output

-

1M tokens

Input

$0.27$0.30

10% off

1M tokens

Output

$2.25$2.50

10% off

1M tokens

Model Codegemini-2.5-flash

Playground

gemini-2.5-flash
Reference Images0/10

Click or drag

No output yet

Pricing

PlanContext WindowMax OutputInputOutputCache WriteCache Read
gemini-2.5-flash
1M tokens-
$0.27$0.3010% off

1M tokens

$2.25$2.5010% off

1M tokens

--

Input · $0.9 · 1M tokens

Context caching · $0.027 · 1M tokens

Context caching · $0.09 · 1M tokens

README

Gemini 2.5 Flash is Google's well-rounded price-performance model, combining multimodal input support, thinking capabilities, and tool integrations for agentic and high-volume production use cases.
  • Google describes Gemini 2.5 Flash as its best model in terms of price and performance, intended for broad production usage.
  • The model supports text, code, image, audio, and video input with text output, plus thinking, grounding with Google Search, and code execution.
  • It fits agentic applications, large-scale processing, and multimodal assistant scenarios where teams want balanced capability, speed, and cost.

API

Use the API docs for request format, parameters, and integration details.

Google's price-performance Gemini model for balanced, multimodal production workloads.

Model Code

gemini-2.5-flash

View API Docs

API

Endpoint

POST /v1beta/models/{model}:generateContent

Authentication

x-goog-api-key: YOUR_REACH_API_KEY
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1beta/models/YOUR_MODEL_ID:generateContent" \
  -H "x-goog-api-key: YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [
      {
        "role": "user",
        "parts": [
          {
            "text": "Introduce ReachAPI in one sentence."
          }
        ]
      }
    ],
    "generationConfig": {
      "temperature": 0.2
    }
  }'