GPT-5.6 Sol's Price Soars 3 Times, OpenAI's Strongest Visual AI Tops the Charts

marsbitPublished on 2026-08-18Last updated on 2026-08-18

Abstract

The article discusses GPT-5.6 Sol's significant performance leap in visual AI tasks, as evaluated by Roboflow's VLM benchmark. While the previous GPT-5.5 scored a low 13.8 on object detection, GPT-5.6 Sol achieved 46.2, a more than threefold increase. The model family, including Terra and Luna, also showed strong improvements in tasks like counting and document layout analysis, accurately identifying elements like titles and tables. However, the article notes a surprising regression in Sol's targeted text extraction (OCR) performance compared to its predecessor. It also highlights a known instability with large images (around 2000x2000 pixels), for which OpenAI recommends downscaling or using a higher inference tier. In terms of cost and speed, Sol processes an image for about $0.025 in 10 seconds, while Gemini 3.5 Flash remains a more cost-effective option for high-volume detection tasks. The piece concludes that GPT-5.6 represents a shift for visual language models from basic image understanding to practical, accurate task execution, intensifying competition in the field.

What?!

GPT-5.6 Sol is actually a hidden "vision master".

Recently, the third-party visual evaluation organization Roboflow ran the GPT-5.6 "whole family" through its own VLM benchmark.

The tests were all the most practical tasks: finding things, counting things, recognizing text, and extracting information.

In just the object detection task, the previous generation GPT-5.5 only scored 13.8 points. This score basically equals handing in a blank paper in the visual model circle.

This time Sol jumped to 46.2, more than three times that.

SkalskiP, head of the Roboflow project, stated directly, "GPT-5.6 Sol is OpenAI's strongest visual model ever"!

GPT-5.6 "Super Size", OpenAI's Strongest Visual AI

Object detection has always been a disaster area for the GPT series. The task is simple: have the model draw a box around each object in the picture.

The previous generation GPT-5.5's performance was basically equal to "knowing there's something in the picture, but where to put the box is all guesswork".

GPT-5.6 Sol's score directly soared to 46.2, more than three times.

Even more interestingly, Terra and Luna are close behind, with 44.7 and 43.3 respectively.

It's worth mentioning that Luna is the cheapest tier in this generation, and its detection score still grinds the previous generation's flagship into the dust.

In counting tasks, the scores also improved.

Sol's accuracy rose from GPT-5.5's 64.9% to 73%, with Terra and Luna at 67.6% and 66.2% respectively.

So, what specifically is GPT-5.6 strong at?

Document layout recognition is the most eye-catching; titles, body text, tables, illustrations, signatures—Sol can neatly outline them all.

This is no small matter for people handling contracts, invoices, and reports: the first step in almost all document processing pipelines is first figuring out "which part to look at", and then recognizing the text.

Even in dense scenes, GPT-5.6 held its ground.

Pictures with dozens of identical objects crowded together, like pills or eggs, are a traditional pitfall for VLMs.

This is because large models generate bounding boxes by outputting coordinates one by one; the more objects, the longer the output, and the higher the probability of missing, repeating, or getting coordinates wrong.

There was an even trickier one: a target sheet, asking it only to count bullet holes falling within a specified ring zone.

Sol did it correctly right away. It not only knew what to count but also understood the boundaries of the rule.

It must be said, the progress in this area is solid.

Omni-capable? Not a chance.

The most counter-intuitive part is here: Sol's text recognition ability has regressed.

For full-paragraph OCR transcription, Sol scored 90.7%, slightly lower than GPT-5.5's 91.2%, not a big difference.

But in the "targeted extraction" task, where it doesn't need the full text, just that one piece of information, like pulling out the date on an invoice, Sol only managed 82.5%, while GPT-5.5 got 87.6%, a drop of 5 percentage points.

It's not that it can't read text. It can transcribe entire paragraphs of handwritten notes and accurately pick out dates. It can read the size numbers printed on the curved surface of a dirty tire.

Also, it can output the live score from a hockey game broadcast in the format you specify.

The failure was with the expiration date line on a medicine blister pack: the text was small, vertical, low-contrast, and had glare.

A model that can understand a live game broadcast, yet can't read when the medicine in your hand expires.

OpenAI admits it, the box drifts when images get too large

On some images, the detection boxes returned by Sol drift to completely unrelated places in the picture.

They have almost zero overlap with the real objects, and these boxes are often arranged with abnormal neatness: in a straight line, or a uniformly distributed set.

Roboflow sent these examples to OpenAI. Their reply was straightforward: Sol becomes unstable when the image size reaches around 2000x2000 pixels or larger, and the lower the inference tier, the more unstable.

There are two solutions. One is to increase the inference tier; it becomes stable, but token usage, latency, and the bill all increase accordingly.

The second is the most basic and effective one: shrink the image or crop it a bit before sending it to the API.

Now, looking at the whole bill, the cost and speed from Roboflow's practical tests:

Sol: ~2.5 cents/image, ~10 seconds; Terra: ~1 cent/image, ~6 seconds; Luna: less than 0.5 cents/image, ~5 seconds.

Meanwhile, Gemini 3.5 Flash is 0.8 cents per image, two-thirds cheaper than Sol, and it still leads in detection and counting on this benchmark.

For high-frequency, large-volume detection and counting tasks, Gemini Flash remains the "value-for-money king".

So, what's truly surprising about GPT-5.6 Sol this time is that its visual capability is moving from "understanding an image" to "actually doing visual work".

Finding targets, drawing boxes, counting, understanding spatial relationships, disassembling document layouts.

These tasks, which used to be more like the territory of specialized vision models, are now being nibbled away at by large models.

The second half of the visual large model competition has shifted from "can it understand" to "how accurately can it work".

GPT-5.6 has shown its muscle, but the war for cost-effectiveness has just begun.

This article is from the WeChat public account "New Zhiyuan", author: ASI Revelation

Trending Cryptos

Related Questions

QAccording to the article, which GPT-5.6 variant achieved the highest score in the object detection benchmark, and what was its score?

AAccording to the article, the GPT-5.6 Sol variant achieved the highest object detection score of 46.2 on the Roboflow benchmark.

QWhat are the two main ways suggested to address the instability issue of GPT-5.6 Sol when processing large images (around 2000x2000 pixels or larger)?

AThe two main ways suggested to address the instability are: 1) Increase the inference tier (which also increases cost, latency, and token usage), or 2) Downscale or crop the image before sending it to the API.

QWhich model does the article refer to as the 'cost-performance king' for high-frequency, large-batch detection and counting tasks, and why?

AThe article refers to Gemini 3.5 Flash as the 'cost-performance king' for such tasks because it costs $0.008 per image, which is about two-thirds cheaper than GPT-5.6 Sol, and it still leads in detection and counting on the tested benchmark.

QIn which specific OCR (Optical Character Recognition) task did GPT-5.6 Sol show a performance decrease compared to its predecessor GPT-5.5?

AGPT-5.6 Sol showed a performance decrease in the 'targeted extraction' OCR task (e.g., pulling a specific piece of information like a date from an invoice), scoring 82.5% compared to GPT-5.5's 87.6%.

QWhat is the key shift in the focus of the competition for visual large language models (VLMs) as described at the end of the article?

AThe article states that the competition has shifted from 'whether the model can understand an image' to 'how accurately the model can perform practical visual tasks.'

Related Reads

Sui's Hashi Bridge Bitcoin Deposits Surpass 1.1 Million in 3 Weeks

Sui's Hashi bridge, launched on July 22, has seen over 1.1 million BTC deposited in its first three weeks of testnet activity, with 165,000 BTC withdrawn. This rapid growth suggests early interest from retail and institutional investors in moving native Bitcoin to the Sui network without wrapping it into a synthetic token—a direct response to security concerns following major bridge hacks in recent years. Announced in March 2026, Hashi is a decentralized primitive designed to let native Bitcoin ($BTC) serve as collateral for on-chain lending and borrowing. Unlike traditional wrapped-asset bridges, Hashi does not move Bitcoin off its native chain. Instead, users deposit BTC, Sui validators confirm the transaction, and the protocol mints a representative hBTC token for use in DeFi, while the original Bitcoin remains secured on the Bitcoin blockchain. Security is multi-layered, featuring a 2-of-2 multisig safeguarded by validators using Multi-Party Computation (MPC) and a customizable "Guardian Layer" that acts as a circuit breaker for large withdrawal requests. Over 25 institutions, including BitGo, Cumberland, and Ledger, are currently stress-testing the system, indicating demand for compliant, non-custodial ways to use idle Bitcoin in DeFi. The protocol's revenue model relies on interest rate spreads between lenders and borrowers, rather than inflationary token emissions. If successful, Hashi could become a major link between Bitcoin's $1.4 trillion market and non-Bitcoin DeFi ecosystems.

cryptonews.ru12m ago

Sui's Hashi Bridge Bitcoin Deposits Surpass 1.1 Million in 3 Weeks

cryptonews.ru12m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of S (S) are presented below.

活动图片