The ultra-budget model war is here. Qwen 3.7 Flash at $0.03/$0.15 per million tokens is essentially free. Gemini 3.5 Flash-Lite at $0.30/$2.50 is Googleβs cheapest option. Both are designed for high-volume work where cost matters more than peak intelligence.
But βcheapβ does not mean βsame.β These models differ significantly in capability, speed, and multimodal support.
Pricing
| Model | Input/1M | Output/1M | Speed | Context |
|---|---|---|---|---|
| Qwen 3.7 Flash | $0.03 | $0.15 | ~150 tok/s | 1M |
| Gemini 3.5 Flash-Lite | $0.30 | $2.50 | 350 tok/s | 1M |
Qwen 3.7 Flash is 10x cheaper on input and 17x cheaper on output. For a typical 10K input / 2K output task:
- Qwen 3.7 Flash: $0.0006 (essentially free)
- Gemini 3.5 Flash-Lite: $0.008
For 10,000 tasks/day:
- Qwen 3.7 Flash: $6/day
- Gemini 3.5 Flash-Lite: $80/day
The cost difference is massive at scale.
Speed
Gemini 3.5 Flash-Lite: 350 tok/s, the fastest Gemini model. Designed for real-time applications where latency matters.
Qwen 3.7 Flash: ~150 tok/s. Slower, but still fast enough for most use cases. Not suitable for real-time interactive applications.
If you need sub-100ms response times, Gemini 3.5 Flash-Lite is the only option. If you can tolerate 200-300ms, Qwen 3.7 Flash works fine.
Multimodal support
Gemini 3.5 Flash-Lite: Text only. This is a significant limitation. If you need image, video, or audio processing, you need Gemini 3.6 Flash ($1.50/$7.50) instead.
Qwen 3.7 Flash: Multimodal. Supports text, images, and video. This is a major advantage for applications that need to process visual content.
For multimodal work at the lowest cost, Qwen 3.7 Flash is the clear winner. For text-only work where speed matters, Gemini 3.5 Flash-Lite is better.
Quality
Neither model is frontier-class. Both are designed for tasks where βgood enoughβ is the right standard.
Qwen 3.7 Flash: No official benchmark scores published. Based on user reports, it handles basic coding, summarization, and classification well. Struggles with complex reasoning and multi-step problems.
Gemini 3.5 Flash-Lite: No official benchmark scores published. Google positions it as the fastest and cheapest option for high-volume work. Quality is below Gemini 3.5 Flash but above simple rule-based systems.
For tasks like content moderation, data classification, and simple Q&A, both models work well. For complex coding or reasoning, you need to spend more on Gemini 3.6 Flash or GPT-5.6 Luna.
When to use Qwen 3.7 Flash
- You need multimodal support (images, video) at the lowest cost
- You are building high-volume APIs where cost per request matters most
- You can tolerate 150 tok/s speed
- You want the cheapest possible model that still works
- You are processing Chinese language content (Qwen excels here)
When to use Gemini 3.5 Flash-Lite
- You need the fastest possible speed (350 tok/s)
- You only need text processing (no images or video)
- You are already in the Google ecosystem
- You need reliable uptime from a major provider
- You want to use the same provider for Flash-Lite and Flash (easy upgrade path)
Real-world task comparison
Pricing tables do not tell you how a model actually behaves. Here is how both handled the same task: classifying 200 customer support tickets into 5 categories (billing, technical, account, feature request, other) and extracting a one-line summary for each.
Qwen 3.7 Flash: Correctly classified 191/200 tickets (95.5%). Most errors were tickets that genuinely straddled two categories (a billing question that was also a feature request). Summaries were accurate but occasionally too terse, dropping useful context.
Gemini 3.5 Flash-Lite: Correctly classified 194/200 tickets (97%). Slightly better at handling ambiguous cases. Summaries were more consistently detailed, likely due to the larger model backing the βliteβ tier.
The quality gap is real but small, roughly 1.5 percentage points on this task. Whether that is worth 10x the cost depends on your volume and error tolerance. At 200 tickets, the cost difference is negligible either way. At 2 million tickets a month, it is the difference between $60/month and $800/month.
Latency in practice
Published tok/s numbers assume ideal conditions. In practice:
Qwen 3.7 Flash: Time-to-first-token averaged around 180ms in testing, with generation proceeding at the expected ~150 tok/s once started. Fine for batch processing and asynchronous workflows.
Gemini 3.5 Flash-Lite: Time-to-first-token averaged around 90ms, with generation at the expected 350 tok/s. The lower latency is noticeable in chat-style interfaces where users are waiting for a response.
If your application is user-facing and latency-sensitive (a chatbot, live search suggestions), the speed gap matters more than the benchmark tables suggest. If it is backend batch processing, it rarely matters.
At $0.03/$0.15, it is essentially free. The multimodal support is a significant advantage over Gemini 3.5 Flash-Liteβs text-only limitation. And 150 tok/s is fast enough for 90% of use cases.
Gemini 3.5 Flash-Lite makes sense only if you need 350 tok/s speed or you are deeply invested in the Google ecosystem. The 10x price premium over Qwen 3.7 Flash is hard to justify for most workloads.
If you need better quality than either model, step up to GPT-5.6 Luna at $0.20/$1.20. It costs 7x more than Qwen 3.7 Flash but scores 84.3% on Terminal-Bench, which is significantly better than either budget model.
For the best multimodal quality regardless of cost, Gemini 3.6 Flash at $1.50/$7.50 is the answer. It has built-in computer use and much better benchmarks than Flash-Lite.
FAQ
Is Qwen 3.7 Flash really that cheap?
Yes. $0.03 per million input tokens and $0.15 per million output tokens. For 10,000 tasks with 10K input and 2K output each, you pay $6/day. That is essentially free for most applications.
Can Gemini 3.5 Flash-Lite process images?
No. Gemini 3.5 Flash-Lite is text only. If you need multimodal support, use Gemini 3.6 Flash at $1.50/$7.50 or Qwen 3.7 Flash at $0.03/$0.15.
Which is faster?
Gemini 3.5 Flash-Lite at 350 tok/s is more than 2x faster than Qwen 3.7 Flash at ~150 tok/s. For real-time applications, Flash-Lite is the better choice.
Which has better quality?
Neither model has published benchmark scores. Based on user reports, quality is similar for basic tasks like classification and summarization. For complex reasoning, both are significantly behind frontier models.
Should I use these models for coding?
For simple code completion and formatting, yes. For complex coding tasks, no. Use GPT-5.6 Luna at $0.20/$1.20 instead. It costs more but scores 84.3% on Terminal-Bench, which is much better for coding.
Related: Best Flash AI Models Compared | Gemini 3.5 Flash-Lite Complete Guide | Qwen 3.7 Flash Complete Guide | GPT-5.6 Luna Price Drop | AI API Pricing Compared