

























Google's Gemini 3 Flash Preview sits in a sweet spot that many developers have been waiting for: faster than the heavyweight Pro models, smarter than the ultra-cheap Lite tier, and priced to make production workloads genuinely affordable. With input tokens at just $0.50 per million, a generous 1 million token context window, and built-in context caching, Gemini 3 Flash is designed for teams that need strong reasoning without burning through their API budget.
In this guide, we break down every aspect of Gemini 3 Flash Preview pricing — base rates, caching economics, the free tier, and how routing through Crazyrouter can shave an additional 10% off your bill. Whether you're building a chatbot, processing documents at scale, or running multimodal pipelines, you'll walk away knowing exactly what Gemini 3 Flash will cost you.
Last updated: April 27, 2026.
Gemini 3 Flash Preview uses a straightforward per-token pricing model. Here's the full rate card:
| Category | Price per Million Tokens |
|---|---|
| Text Input | $0.50 |
| Image Input | $0.50 |
| Video Input | $0.50 |
| Audio Input | $1.00 |
| Text Output | $3.00 |
A few things stand out immediately:
Text, image, and video inputs share the same rate. At $0.50/MTok, Google isn't charging a premium for multimodal inputs (except audio). This is a significant advantage if your application processes screenshots, diagrams, video frames, or mixed-media documents — you pay the same flat rate regardless of modality.
Audio input costs double. At $1.00/MTok, audio is still very affordable compared to dedicated speech-to-text services, but it's worth noting the 2x multiplier if you're building voice-heavy applications.
Output tokens are 6x the input price. The $3.00/MTok output rate follows the industry pattern where generation costs significantly more than comprehension. This makes prompt engineering and output length management important cost levers.
Context window: 1 million tokens. Gemini 3 Flash supports up to 1M tokens of context, which is enormous for a model at this price point. You can feed entire codebases, lengthy legal documents, or hours of meeting transcripts in a single request.
To put these prices in perspective:
For most applications, the per-request cost with Gemini 3 Flash is measured in fractions of a cent.
One of the most powerful cost-saving features in the Gemini API is context caching, and Gemini 3 Flash supports it fully. If your application repeatedly sends the same large context (system prompts, reference documents, few-shot examples), caching lets you pay for that context once and reuse it at a steep discount.
| Component | Price |
|---|---|
| Cached Input Tokens | $0.05 / MTok |
| Cache Storage | $1.00 / MTok / hour |
**Cached input tokens cost just 0.50/MTok input rate. If you're sending a 200K-token system prompt with every request, caching turns that from 0.01 per call.
The storage cost of $1.00/MTok/hour means you need to think about cache lifetime. Here's a quick calculation:
The breakeven point is low. If you're making more than a handful of requests per hour with shared context, caching pays for itself quickly.
Context caching makes the most sense when:
For applications with highly dynamic, per-request contexts, caching provides less benefit — but for the majority of production use cases, it's a no-brainer.
Google offers a free tier for Gemini 3 Flash Preview, making it one of the most accessible frontier models to experiment with. The free tier lets developers:
The free tier comes with rate limits (lower requests per minute and tokens per day compared to paid), but for development and experimentation, it's more than sufficient. This is especially valuable if you're evaluating whether Gemini 3 Flash meets your quality bar before committing to production spend.
Pro tip: Use the free tier to benchmark Gemini 3 Flash against your current model. If quality meets your threshold, the paid tier's economics are hard to beat.
If you're already planning to use Gemini 3 Flash in production, routing your API calls through Crazyrouter gives you an automatic 10% discount on all token costs.
| Category | Official Price | Crazyrouter Price | Savings |
|---|---|---|---|
| Text/Image/Video Input | $0.50/MTok | $0.45/MTok | 10% |
| Audio Input | $1.00/MTok | $0.90/MTok | 10% |
| Output | $3.00/MTok | $2.70/MTok | 10% |
| Cached Input | $0.05/MTok | $0.045/MTok | 10% |
The discount applies uniformly across all token types, including cached tokens. For high-volume applications, this adds up fast.
Crazyrouter is fully compatible with the OpenAI SDK format. You don't need a custom client library — just change your base_url and API key.
Using the OpenAI Python SDK:
Using curl:
That's it. Two lines changed (base URL and API key), and you're saving 10% on every request. Crazyrouter handles routing, load balancing, and billing transparently.
Let's walk through three practical scenarios to see what Gemini 3 Flash actually costs in production.
Setup: A chatbot handling 10,000 conversations per day. Each conversation averages 2,000 input tokens (system prompt + user message + history) and 500 output tokens.
| Component | Daily Tokens | Daily Cost (Official) | Daily Cost (Crazyrouter) |
|---|---|---|---|
| Input | 20M tokens | $10.00 | $9.00 |
| Output | 5M tokens | $15.00 | $13.50 |
| Total | $25.00/day | $22.50/day |
Monthly cost: ~675 via Crazyrouter. That's $75/month saved just by changing your base URL.
With context caching (assuming a shared 1,500-token system prompt across all requests):
Setup: Processing 500 legal documents per day, each averaging 50,000 input tokens. Output is a 1,000-token summary per document.
| Component | Daily Tokens | Daily Cost (Official) | Daily Cost (Crazyrouter) |
|---|---|---|---|
| Input | 25M tokens | $12.50 | $11.25 |
| Output | 500K tokens | $1.50 | $1.35 |
| Total | $14.00/day | $12.60/day |
Monthly cost: ~378 via Crazyrouter. For processing 15,000 legal documents a month, that's remarkably affordable.
Setup: Analyzing 50,000 images per day for content moderation. Each image averages 1,000 tokens, with a 200-token classification output.
| Component | Daily Tokens | Daily Cost (Official) | Daily Cost (Crazyrouter) |
|---|---|---|---|
| Image Input | 50M tokens | $25.00 | $22.50 |
| Output | 10M tokens | $30.00 | $27.00 |
| Total | $55.00/day | $49.50/day |
Monthly cost: ~1,485 via Crazyrouter. $165/month saved — enough to cover other infrastructure costs.
Understanding where Gemini 3 Flash sits in Google's model lineup helps you pick the right tool for the job.
Gemini 3.1 Pro is Google's most capable model, designed for complex reasoning, advanced code generation, and tasks where quality is the top priority. It comes at a higher price point and slower inference speed. Choose 3.1 Pro when:
Gemini 3 Flash occupies the middle ground: strong reasoning capabilities at a fraction of the Pro price, with significantly faster response times. Choose 3 Flash when:
The previous-generation Flash model remains available at even lower prices, but with reduced capabilities. Choose 2.5 Flash when:
| Aspect | 2.5 Flash | 3 Flash Preview | 3.1 Pro |
|---|---|---|---|
| Input Price | Lower | $0.50/MTok | Higher |
| Output Price | Lower | $3.00/MTok | Higher |
| Reasoning | Good | Strong | Best |
| Speed | Fast | Fast | Moderate |
| Context Window | 1M | 1M | 1M+ |
| Best For | Simple tasks | Production workloads | Complex reasoning |
For most production applications, Gemini 3 Flash Preview hits the optimal price-performance ratio. You get meaningfully better quality than 2.5 Flash without the cost premium of 3.1 Pro.
Input is cheap. At $0.50/MTok for text, image, and video, Gemini 3 Flash makes multimodal processing accessible for virtually any budget.
Output is where costs add up. The $3.00/MTok output rate means controlling response length is your biggest cost lever. Use max_tokens wisely.
Context caching is a game-changer. If you're sending repeated context, caching cuts input costs by 90%. The storage fees are negligible for most use cases.
The free tier removes barriers. Test and prototype without spending a dime. Validate quality before committing to production.
Crazyrouter saves 10% across the board. A two-line code change (base URL + API key) gives you an instant discount on every token. For high-volume applications, this compounds into meaningful savings.
Gemini 3 Flash is the production workhorse. It's not the cheapest model and it's not the most powerful — it's the one that makes the most sense for the majority of real-world applications.
Ready to build with Gemini 3 Flash at discounted rates?
https://crazyrouter.com/v1gemini-3-flash-preview in your requestsCrazyrouter supports the full OpenAI-compatible API format, so you can switch from any existing provider in minutes. All Gemini models are available, along with Claude, GPT, and other frontier models — all at discounted rates.
👉 Start using Gemini 3 Flash on Crazyrouter →
Disclaimer: Pricing information is based on publicly available data as of April 27, 2026. Google may update Gemini API pricing at any time. "Preview" models may have different pricing when they reach general availability. Crazyrouter discount rates are subject to change. Always verify current pricing on the official Google AI and Crazyrouter websites before making purchasing decisions. This article is for informational purposes only and does not constitute financial advice.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。