惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
The GitHub Blog
The GitHub Blog
博客园_首页
博客园 - 叶小钗
腾讯CDC
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
宝玉的分享
宝玉的分享
D
Docker

Crazyrouter Blog

Gemini CLI Complete Guide 2026: Repo Automation, CI Agents, and Multi-Model Routing Ideogram AI Guide 2026: Brand Design Automation, API Workflows, and Alternatives GLM 4.6 API Guide 2026: Agents, RAG, Tool Calling, and Bilingual Apps WAN 2.2 Animate Tutorial 2026: Character Consistency, Shot Control, and API Workflows Google Veo3 API Guide 2026: Production Video Pipelines, Prompts, Pricing, and Fallbacks AI API Pricing Comparison 2026: Text, Image, Video, Caching, and Router Costs Codex CLI Installation Guide 2026: Windows, macOS, Linux, Proxies, and CI Setup How to Get a Claude API Key in 2026: Secure Setup for Teams, CI, and Alternatives Gemini Advanced Review 2026: Is It Worth It for Coding, Research, and API Teams? Seedance 2.0 Pricing: Convert 46 CNY per Million Tokens to Cost per Second Seedance 2.0 计费详解:46元/百万Token换算成每秒多少钱 Seedance 2.0料金解説:100万Tokenあたり46元を1秒あたりコストに換算 Gemini CLI 使用教程 2026:安装、代码示例、代理环境与 API 接入 Gemini 是什么?2026 完整介绍、API 使用教程与价格对比 Qwen2.5-Omni Guide 2026: Real-Time Voice, Vision, and Multimodal Agents Kimi K2 Thinking Guide 2026: Reasoning Workflows, Evals, and Cost Control Google Veo3 API Guide 2026: Batch Video Pipelines, Pricing, and Fallbacks Codex CLI Installation Guide 2026: macOS, Linux, WSL, Proxies, and Dev Containers How to Get a Claude API Key in 2026: Safe Production Setup and Alternatives AI API Pricing Comparison 2026: GPT, Claude, Gemini, Video, and Agent Workloads Gemini Advanced Review 2026: Is It Worth It for Developer Teams? Claude Code Pricing Guide 2026: API Fallbacks, Team Seats, and Budget Control Seedream 4.0 API Tutorial 2026: Batch Image Generation, Product Creative, and Pricing Qwen2.5-Omni Guide 2026: Real-Time Voice, Vision, Text Agents, and API Integration Kimi K2 Thinking Guide 2026: Reasoning Agents, Evaluation Workflows, and API Cost Control WAN 2.2 Animate Tutorial 2026: Character Motion, Shot Control, API Pipelines, and Pricing Google Veo3 API Guide 2026: Production Video Workflows, Prompts, Pricing, and Fallbacks AI API Pricing Comparison 2026: OpenAI, Claude, Gemini, DeepSeek, and Router Costs How to Get a Claude API Key in 2026: Setup, Security, Rotation, and Alternatives Codex CLI Installation Guide 2026: macOS, Linux, WSL, Proxies, and Devcontainers
Gemini 2.5 Flash vs Qwen3 VL Plus:图片理解 API 实测对比...
Crazyrouter Team · 2026-06-21 · via Crazyrouter Blog

Gemini 2.5 Flash vs Qwen3 VL Plus:图片理解 API 实测对比(Crazyrouter Base URL)#

这篇文章补充对比 gemini-2.5-flashqwen3-vl-plus 的图片理解表现。测试统一使用 Crazyrouter Base URL

请求格式是 OpenAI 兼容 chat/completions,图片通过 messages[].content[] 里的 image_url 传入。每个模型测试两张公开图片:Python logo 与 GitHub logo;每张图跑 3 次,所以每个模型共 6 次请求。

测试时间:2026-06-21T13:36:32Z。这是实测结果,不是模型官网介绍。

Gemini 2.5 Flash vs Qwen3 VL Plus latency chart

结论先行#

gemini-2.5-flash 识图正确 0/6;qwen3-vl-plus 识图正确 6/6。 gemini-2.5-flash 虽然 HTTP 全部成功,但本轮没有正确识别图片,且出现了 image token 缺失 / 错识别 / 空回复等信号,不建议作为当前 image_url 图片理解默认路由。 如果这是线上图片理解任务,优先选择 qwen3-vl-plus,不要只看 HTTP 200。

快速建议:

  • 生产默认:选 qwen3-vl-plus
  • gemini-2.5-flash 本轮不建议用于 image_url 图片理解默认路由
  • 不要只看 HTTP 200,要看是否真的识图和 usage 信号

测试方法#

代码里的 API endpoint 不加 UTM。人看的链接才加 UTM,例如 Crazyrouter 官网

核心数据#

指标gemini-2.5-flashqwen3-vl-plus
HTTP 成功6/66/6
识别正确0/66/6
no-image 回复10
平均延迟4.965s3.859s
中位延迟4.333s3.729s
最快请求1.467s3.423s
最慢请求9.507s4.821s
输入价(USD / 1M tokens)$0.17$0.1429
输出价(USD / 1M tokens)$0.68$1.4286

Gemini 2.5 Flash vs Qwen3 VL Plus decision matrix

输出样例#

任务模型输出样例延迟Prompt tokens
logo_pythongemini-2.5-flashPlease upload an image for analysis. No image provided.4.402s27
logo_pythonqwen3-vl-plusThe main logo in the image is the Python programming language logo.3.842s176
logo_githubgemini-2.5-flashA logo of the Canadian Broadcasting Corporation (CBC).9.507s27
logo_githubqwen3-vl-plusThe image shows the GitHub logo.4.821s176

为什么 HTTP 200 不等于图片理解成功?#

图片理解链路里,HTTP 状态码只能说明请求被接口接受并返回了响应。它不能证明模型真的看到了图片。

这次 Gemini 补测尤其说明了这一点:gemini-2.5-flash 返回了 200,但输出出现了“未提供图片”、CBC logo、飞船等错误结果;usage 里也能看到 prompt token / image token 信号异常。因此文章里把“识别正确率”和“no-image 回复”单独列出来,而不是只看请求是否成功。

生产环境怎么选?#

gemini-2.5-flash 的定位:Gemini Flash 常用于低价多模态,但本轮 image_url 路由没有正确识图。

qwen3-vl-plus 的定位:质量优先的 Qwen VL 路线,适合比 flash 更重的视觉理解。

建议在生产里按任务分层:

  • 简单 logo / 图标识别:优先选择本轮 6/6 正确且成本低的路线;
  • 实时交互:优先看平均延迟和尾部延迟;
  • Gemini 路线:必须额外做视觉 smoke test,不能只用文本健康检查;
  • 网关出站流量敏感:还要看 image_url 是上游 URL 透传,还是网关下载后转 inline/base64。

最终建议#

  • 生产默认:选 qwen3-vl-plus
  • gemini-2.5-flash 本轮不建议用于 image_url 图片理解默认路由
  • 不要只看 HTTP 200,要看是否真的识图和 usage 信号

如果你要复现测试,可以直接使用:

更多模型价格可以看 Crazyrouter Pricing