Roboflow 实测:GPT-5.6 Sol 为最强视觉模型
Roboflow 实测:GPT-5.6 Sol 是 OpenAI 最强视觉模型
Blog
博客
GPT 5.6 Sol is the best "vision" model OpenAI ever released
GPT 5.6 Sol 是 OpenAI 迄今发布的最强“视觉”模型
Piotr Skalski
Piotr Skalski
Published Jul 16, 2026 • 6 min read
发布于 2026 年 7 月 16 日 • 阅读时长 6 分钟
Last week, OpenAI announced the GPT-5.6 lineup, introducing the Sol, Terra, and Luna models. During the release stream, the team focused heavily on computer use, showing models capable of navigating and operating desktop applications. OpenAI highlighted UI agents and detailed 3D visualizations, but both depend on stronger visual understanding.
上周,OpenAI 发布了 GPT-5.6 系列,推出了 Sol、Terra 和 Luna 三款模型。在发布直播中,团队重点展示了计算机使用能力,演示了能够导航和操作桌面应用的模型。OpenAI 着重介绍了 UI 代理和详细的 3D 可视化,但这两者都依赖于更强的视觉理解能力。
To measure their vision capabilities, we ran the models through our upcoming VLM benchmark, which we plan to release in the next few weeks. The benchmark covers common vision tasks, including detection, counting, OCR, and data extraction. In this post, we take a closer look at how GPT-5.6 performs across each of them.
为了衡量它们的视觉能力,我们使用即将推出的 VLM 基准测试对模型进行了评估,该基准测试计划在未来几周内发布。该基准涵盖常见的视觉任务,包括检测、计数、OCR 和数据提取。在本文中,我们将深入探讨 GPT-5.6 在各项任务中的表现。
Sol is clearly the best vision model OpenAI has released so far. The jump is especially visible in object detection and counting, where GPT-5.5 was far behind the strongest VLMs. Terra and Luna are not as strong as Sol, but both show meaningful progress over GPT-5.5.
Sol 显然是 OpenAI 迄今发布的最强视觉模型。这一跃升在目标检测和计数方面尤为明显,而 GPT-5.5 在这些方面远远落后于最强的 VLM。Terra 和 Luna 虽然不如 Sol 强大,但两者相比 GPT-5.5 都取得了显著的进步。
Get started
开始使用
Test Sol, Terra, and Luna in Roboflow Playground and compare their results with models such as Claude Fable 5 and Gemini 3.5 Flash across the same vision tasks.
在 Roboflow Playground 中测试 Sol、Terra 和 Luna,并在相同的视觉任务上将其结果与 Claude Fable 5 和 Gemini 3.5 Flash 等模型进行比较。
Roboflow Playground
Roboflow Playground
Object Detection
目标检测
Detection is where GPT-5.6 shows the clearest jump. GPT-5.5 scored 13.8 mAP@50 in our benchmark, while Sol reached 46.2. Terra and Luna followed closely at 44.7 and 43.3, moving object detection from a major weakness to a practical capability.
检测是 GPT-5.6 展现最明显跃升的领域。GPT-5.5 在我们的基准测试中得分为 13.8 mAP@50,而 Sol 达到了 46.2。Terra 和 Luna 紧随其后,分别为 44.7 和 43.3,将目标检测从一项重大弱点转变为一项实用能力。
Document layout detection is one of the clearest strengths of GPT-5.6. Sol handled titles, paragraphs, tables, images, and signatures well. Many document workflows start with locating the relevant parts of a page before OCR or data extraction begins.
文档版面检测是 GPT-5.6 最明显的优势之一。Sol 能很好地处理标题、段落、表格、图片和签名。许多文档工作流在开始 OCR 或数据提取之前,都需要先定位页面上的相关部分。
GPT-5.6 also performed well on dense scenes. The pills and eggs examples contain many similar objects packed closely together, a common weakness for VLM-based detection. Unlike traditional detectors, VLMs generate each class label and set of coordinates as text. As object count grows, the response becomes longer and the risk of missed objects, duplicates, or coordinate errors increases. Despite this, Sol detected most objects across both scenes.
GPT-5.6 在密集场景中也表现出色。药片和鸡蛋示例中包含许多紧密排列的相似物体,这是基于 VLM 的检测常见的弱点。与传统检测器不同,VLM 将每个类别标签和一组坐标作为文本生成。随着物体数量增加,响应变得更长,漏检、重复或坐标错误的风险也随之增加。尽管如此,Sol 在两个场景中都检测到了大多数物体。
For the best detection results, prompt GPT-5.6 models to return absolute XYXY coordinates in image pixels. This differs from Gemini 3.5 Flash, which performed best with YXYX coordinates normalized to a 0–1000 range. Using the wrong coordinate format reduced GPT-5.6 detection performance by around 15 mAP points in our benchmark.
为了获得最佳检测结果,请提示GPT-5.6模型返回图像像素中的绝对XYXY坐标。这与Gemini 3.5 Flash不同,后者在归一化到0-1000范围的YXYX坐标下表现最佳。在我们的基准测试中,使用错误的坐标格式使GPT-5.6的检测性能降低了约15个mAP点。
In a few cases, GPT-5.6 Sol returned boxes in seemingly random parts of the image. Many had no overlap, or almost no overlap, with the ground truth. Instead of matching the visible objects, the boxes often formed unnatural layouts, such as straight rows or evenly spaced groups.
在少数情况下,GPT-5.6 Sol返回的框出现在图像中看似随机的部分。许多框与真实标注没有重叠,或几乎没有重叠。这些框往往形成不自然的布局,如直线排列或均匀间隔的组,而不是匹配可见物体。
We shared those examples with OpenAI. Their team confirmed that Sol becomes less stable on images around 2,000 by 2,000 pixels or larger, especially at lower reasoning effort. Higher reasoning effort improves stability, but also increases token use, latency, and cost. Resizing or cropping large images before sending them to the OpenAI API is the most practical workaround.
我们将这些示例分享给了OpenAI。他们的团队确认,Sol在约2000x2000像素或更大的图像上稳定性会降低,尤其是在较低推理努力下。更高的推理努力能提高稳定性,但也会增加令牌使用、延迟和成本。在发送到OpenAI API之前调整大小或裁剪大图像是最实用的解决方法。
Object Counting
物体计数
Counting improved across the full GPT-5.6 lineup. Sol scored 73.0% in our benchmark, up from 64.9% for GPT-5.5, while Terra and Luna reached 67.6% and 66.2%. Luna, the cheapest model in the lineup, still outperformed the previous OpenAI baseline.
整个GPT-5.6系列的计数能力都有所提升。Sol在我们的基准测试中得分73.0%,高于GPT-5.5的64.9%,而Terra和Luna分别达到67.6%和66.2%。Luna是该系列中最便宜的模型,但仍超过了之前的OpenAI基线。
As part of the benchmark, we tested cases requiring more than spotting objects and returning a total. Sol counted heavily overlapping metal brackets, a difficult case for both traditional object detectors and VLMs. Sol also counted bullet holes only inside selected scoring zones, showing an understanding of both which objects to count and where the rule applied.
作为基准测试的一部分,我们测试了需要超越简单识别物体并返回总数的情况。Sol成功计数了高度重叠的金属支架,这对传统物体检测器和VLM来说都是困难案例。Sol还仅计数了选定得分区域内的弹孔,显示出对计数对象和规则适用位置的理解。
Blister packs proved much harder. In separate prompts, we asked Sol to count the empty slots and the pills still sealed inside the package. The repeated layout, reflections, and small visual differences between filled and empty slots made both tasks difficult.
泡罩包装被证明要困难得多。在单独的提示中,我们要求Sol计数空槽和仍密封在包装内的药片。重复的布局、反光以及填充和空槽之间的微小视觉差异使得这两项任务都很困难。
The abnormal candy example exposed a different type of failure. Sol gave the wrong count, though it is unclear whether the model miscounted the candies or misunderstood the target category.
异常糖果示例暴露了另一种类型的失败。Sol给出了错误的计数,尽管不清楚模型是数错了糖果还是误解了目标类别。
OCR and Data Extraction
OCR与数据提取
OCR performance stayed close to GPT-5.5. Sol achieved a 90.7% mean similarity score, only 0.5 points behind GPT-5.5 at 91.2%, while Terra and Luna reached 88.8% and 88.4%. The gap was larger in text extraction, where Sol scored 82.5% compared with 87.6% for GPT-5.5. Luna and Terra followed at 81.4% and 79.4%.
OCR性能与GPT-5.5保持接近。Sol的平均相似度得分为90.7%,仅比GPT-5.5的91.2%低0.5个百分点,而Terra和Luna分别达到88.8%和88.4%。在文本提取方面差距更大,Sol得分为82.5%,而GPT-5.5为87.6%。Luna和Terra紧随其后,分别为81.4%和79.4%。
As part of the benchmark, we separated full transcription from targeted extraction. OCR asks the model to transcribe all visible text, while text extraction asks for a specific piece of information. Sol performed well on handwritten notes in both settings, producing a full transcription in one case and extracting a requested date in another.
作为基准测试的一部分,我们将完整转录与定向提取分开。OCR要求模型转录所有可见文本,而文本提取则要求获取特定信息。Sol在手写笔记的两种设置下均表现良好,一种情况下完成了完整转录,另一种情况下提取了要求的日期。
Sol performed well on text embedded in complex visual scenes. It read a tire size sequence printed along the curved surface of a dirty, worn tire. In another example, it extracted the live score from a hockey broadcast and returned the answer in the requested format, testing both visual reading and instruction following.
Sol在复杂视觉场景中的文本处理上表现出色。它读取了印在脏旧轮胎曲面上的轮胎尺寸序列。另一个例子中,它从冰球转播中提取了实时比分,并按要求的格式返回答案,同时测试了视觉读取和指令遵循能力。
Some simple-looking extraction tasks still failed. Sol could not read the expiration date printed on a blister pack. The text was small, vertical, low contrast, and affected by reflections, which may explain the error.
一些看似简单的提取任务仍然失败。Sol无法读取泡罩包装上打印的有效期。文本小、垂直、对比度低,并受反光影响,这可能解释了错误原因。
Trade-offs
权衡
The vision gains come with higher token usage across the GPT-5.6 lineup. The difference matters less in small tests, but becomes more important at scale, where token volume directly increases processing costs.
视觉能力的提升伴随着GPT-5.6系列更高的令牌使用量。在小规模测试中差异不大,但在大规模应用中更为重要,因为令牌量直接增加处理成本。
Sol averaged close to 10 seconds per image in our benchmark. Terra reduced that to around 6 seconds, while Luna finished in slightly over 5 seconds. Luna offers the strongest latency-quality balance in the lineup, with speed close to Gemini 3.5 Flash while still outperforming GPT-5.5 on detection and counting.
在我们的基准测试中,Sol平均每张图像耗时约10秒。Terra将其降至约6秒,而Luna略超5秒完成。Luna在系列中提供了最强的延迟-质量平衡,速度接近Gemini 3.5 Flash,同时在检测和计数上仍优于GPT-5.5。
In our benchmark, Sol cost roughly 2.5 cents per image, making it the second most expensive model after Claude Fable 5. Terra reduced the average cost to about 1 cent per image, while Luna cost less than 0.5 cents.
在我们的基准测试中,Sol每张图像成本约2.5美分,使其成为仅次于Claude Fable 5的第二昂贵模型。Terra将平均成本降至每张图像约1美分,而Luna成本低于0.5美分。
At 0.8 cents per image, Gemini 3.5 Flash is much cheaper than Sol while still leading our detection and counting benchmarks. This makes it a strong option for data-intensive workloads where cost scales across large image batches. Roboflow Playground lets you test Sol, Terra, and Luna alongside Claude Fable 5, Gemini 3.5 Flash, and other VLMs on the same tasks.
Gemini 3.5 Flash每张图像成本为0.8美分,远低于Sol,同时仍领先我们的检测和计数基准。这使其成为数据密集型工作负载的强有力选择,因为成本随大批量图像扩展。Roboflow Playground允许你在相同任务上测试Sol、Terra和Luna,以及Claude Fable 5、Gemini 3.5 Flash和其他VLM。
Takeaways
要点
With GPT-5.6, OpenAI is much closer to the leading VLMs than before. Detection moved from a weak point to a usable capability, and counting improved across the full model family.
借助GPT-5.6,OpenAI比以往更接近领先的VLM。检测从弱点转变为可用能力,计数能力在整个模型系列中都有所提升。
There are still clear limits. Gemini 3.5 Flash remains a better practical choice for high-volume detection and counting in our benchmark, especially at its price.
仍存在明显限制。在我们的基准测试中,Gemini 3.5 Flash在高容量检测和计数方面仍是更实用的选择,尤其是考虑到其价格。
GPT-5.6 shows OpenAI is now taking vision much more seriously. Sol still has flaws, especially around cost, latency, and some unstable detection cases, but the progress is hard to ignore. For agents, screen understanding, document workflows, and visual reasoning, this release makes OpenAI a much stronger option than before.
GPT-5.6 表明 OpenAI 现在更加重视视觉能力。Sol 仍有缺陷,尤其是在成本、延迟和一些不稳定的检测案例上,但进步不容忽视。对于代理、屏幕理解、文档工作流和视觉推理,这次发布使 OpenAI 成为比以往更强大的选择。
Cite this Post
引用此文章
Use the following entry to cite this post in your research:
在研究中使用以下条目引用此文章:
Piotr Skalski. (Jul 16, 2026). GPT 5.6 Sol is the best "vision" model OpenAI ever released. Roboflow Blog: https://blog.roboflow.com/openai-gpt-5-6/
Piotr Skalski. (2026年7月16日). GPT 5.6 Sol 是 OpenAI 发布的最好的“视觉”模型. Roboflow 博客: https://blog.roboflow.com/openai-gpt-5-6/
Model Playground
模型游乐场
Compare VLM Models Side-by-Side
并排比较 VLM 模型
Written by
作者
Piotr Skalski
Piotr Skalski
ML Growth Engineer @ Roboflow | Owner @ github.com/SkalskiP/make-sense (2.4k stars) | Blogger @ skalskip.medium.com/ (4.5k followers)
Roboflow 机器学习增长工程师 | github.com/SkalskiP/make-sense 所有者(2.4k 星)| skalskip.medium.com/ 博主(4.5k 关注者)
View more posts
查看更多文章
Topics
主题
- Computer Vision
- OCR
- Multimodal
- Object Detection
- 计算机视觉
- OCR
- 多模态
- 目标检测
More About Computer Vision
更多关于计算机视觉
View All Computer Vision Posts
查看所有计算机视觉文章
[email protected] vs. [email protected]:0.95: What’s the Difference?
[email protected] 与 [email protected]:0.95:有什么区别?
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力