Gemini 2 Flash
ActiveLow-latency, low-cost multimodal model with 1M context.
Overview
Gemini 2 Flash is Google's fast and affordable model for high-throughput multimodal workloads.
History
Gemini 2 Flash was released on 2025-02-05.
Training & availability
Google has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Max output: 8K tokens.
-
Input modalities: text, image, audio, video.
Recommended for: vision, agentic, long-context, cheap.
Pricing
- Input: $0.1000 per 1M tokens
- Output: $0.4000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the google API. Copy, paste, replace the key.
from google import genai
client = genai.Client(api_key="...")
resp = client.models.generate_content(
model="gemini-2.flash",
contents="Explain quantum computing in one sentence.",
)
print(resp.text)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.325/1M
- Pricing breakdown
- $0.1/1M in
$0.4/1M out
Community ratings
Rate Gemini 2 Flash
Sign in to rate and review.
Comments
Sign in to leave a comment.