thenewsfacts.com
  • Home
  • Latest News
  • Trending News
  • Technology
  • entertainment
  • Sports
  • Business
thenewsfacts.comthenewsfacts.com
Font ResizerAa
Search
  • Home
  • Latest News
  • Trending News
  • Technology
  • entertainment
  • Sports
  • Business
Follow US
© thenewsfacts : All Rights Reserved.

Home » DeepSeek’s Latest AI Model Can See, and It Costs a Fraction of Claude

Technology

DeepSeek’s Latest AI Model Can See, and It Costs a Fraction of Claude

SK Panicker
Last updated: August 22, 2026 11:48 am
SK Panicker
Share
Deepseek Vs Claude
DeepSeek’s Latest AI Model Can See, and It Costs a Fraction of Claude
SHARE

August 22, 2026: DeepSeek has given its low-cost V4 Flash model something it was missing: eyes. The Hangzhou-based AI company has released DeepSeek-V4-Flash-Vision-Exp, an experimental multimodal model that adds image understanding to the V4 Flash family.

Contents
  • DeepSeek says it is “close” to Opus 4.8. The benchmark table tells a more nuanced story.
  • The real headline is hiding in the API bill
  • Giving an agent eyes changes the use case
  • DeepSeek is also making the boring infrastructure interesting
  • But there is a catch: cheap vision is not necessarily high-fidelity vision
  • And there is one more awkward detail about the Opus comparison
  • The price/performance race is becoming a different race
  • What happens next will matter more than the launch benchmarks

Developers can now feed it screenshots, charts, documents and other images alongside text, turning what was essentially a text-first agent into something capable of interpreting the visual world around it. DeepSeek made the model available through its API on August 21, with support for mixed text-and-image inputs.

On paper, the announcement sounds familiar: another AI model claiming to close the gap with Anthropic’s flagship models.

But that is not quite the story here. The more interesting development is that DeepSeek is trying to make multimodal agent intelligence dramatically cheaper, rather than simply trying to produce the single highest benchmark score.

And that distinction matters.

DeepSeek says it is “close” to Opus 4.8. The benchmark table tells a more nuanced story.

DeepSeek’s own announcement says V4-Flash-Vision-Exp matches V4 Flash’s capabilities in areas such as agents, reasoning and world knowledge, while making a major jump on multimodal agent benchmarks. The company describes its performance as being close to Anthropic’s Claude Opus 4.8.

That wording deserves attention. “Close to” is not the same thing as “beats.”

DeepSeek’s published comparison shows the new model ahead of Opus 4.8 on some tests, but behind it on others. On the four explicitly multimodal agent evaluations, the two models effectively split the results: DeepSeek leads on Agents’ Last Exam, scoring 27.3 versus 25.7, and ZeroBench, scoring 35.0 versus 34.0. Opus 4.8 remains ahead on ApexBench, 39.4 to 36.5, and Chartography, 65.0 to 64.3.

That is an impressive result for an experimental Flash-class model. It is not, however, evidence that DeepSeek has overtaken Opus 4.8 across the board.

The wider table makes that even clearer.

BenchmarkV4 Flash Vision ExpOpus 4.8
Terminal Bench 2.183.985.0
NL2Repo57.769.7
DeepSWE59.358.0
DSBench-Hard63.671.7
AutomationBench25.727.2
ApexBench36.539.4
Agents’ Last Exam27.325.7
Chartography64.365.0
ZeroBench35.034.0

The interesting detail is not simply who wins. It is how much capability DeepSeek has packed into a model positioned as the cheaper Flash option.

On DeepSWE, for example, V4-Flash-Vision-Exp actually edges Opus 4.8, 59.3 to 58.0. On the visual-agent side, its jump over the previous V4 Flash is particularly striking: ApexBench rises from 26.2 to 36.5, while Agents’ Last Exam moves from 25.2 to 27.3.

DeepSeek also notes that its public code-agent evaluations use its own DeepSeek Harness in minimal mode, with maximum effort, top_p=0.95 and temperature=1.0. In ApexBench and Agents’ Last Exam, the text-only V4 Flash does not process the multimodal elements in the tests. That makes these comparisons useful, but not equivalent to an independently controlled head-to-head evaluation.

So the responsible reading of the launch is simple: DeepSeek has narrowed the gap substantially. It has not eliminated it.

The real headline is hiding in the API bill

This is where the release becomes considerably more interesting.

DeepSeek’s pricing for the vision model is tied to V4 Flash pricing, and images are tokenised at up to 384 tokens per image for billing. The company also supports image input through base64, external URLs and its Files API.

That is an unusually aggressive design choice. A multimodal model is only useful to developers if they can afford to repeatedly show it things. An agent inspecting a website might look at dozens of screenshots. A document-processing system might analyse thousands of pages. A computer-use agent may need to repeatedly examine the state of a screen while deciding what to click next.

Those workloads turn vision from a feature into a recurring infrastructure expense. DeepSeek appears to be attacking precisely that expense.

Its current pricing page lists V4 Flash-family rates at $0.22 per million uncached input tokens and $0.66 per million output tokens off-peak, with higher peak-hour rates.

Claude Opus 4.8, by comparison, costs $5 per million input tokens and $25 per million output tokens for regular API usage. Anthropic says those prices are unchanged from Opus 4.7.

That means the headline comparison is not really:

DeepSeek versus Claude.

It is:

How much intelligence can a developer buy for a dollar?

And on that question, DeepSeek remains extremely aggressive.

Claims that the model is roughly 99% cheaper than Opus 4.8 are directionally consistent with the published token prices, although the exact percentage depends on the mix of input, output, caching and peak/off-peak usage. It is better to treat “99% cheaper” as a shorthand for the enormous pricing differential rather than as a universal cost-per-task measurement.

Giving an agent eyes changes the use case

The significance of vision is easy to underestimate because image understanding has become almost standard in premium AI models.

For agents, however, vision changes what the software can actually interact with.

A text-only coding agent can reason about source code, terminal output and structured data. A visual agent can also look at the interface where the work is happening.

That opens up a different class of tasks:

  • inspecting screenshots and application interfaces
  • understanding charts and diagrams
  • extracting information from visual documents
  • navigating software that does not expose clean APIs
  • checking whether an automated action produced the expected result
  • working with scanned documents
  • interpreting visual state during browser or computer-use workflows

DeepSeek is explicitly positioning V4-Flash-Vision-Exp around these agent scenarios. The company says the model works across agent frameworks and has released DeepSeek Harness 0.1.1 with built-in support for it.

That may ultimately matter more than whether it scores 36.5 or 39.4 on a particular benchmark.

An agent that can see but costs too much may be impressive in a demo and uneconomical in production.

An agent that is slightly less capable but cheap enough to look at every screen, every document and every chart may actually get deployed.

DeepSeek is also making the boring infrastructure interesting

Alongside the model, DeepSeek has introduced a Files API that lets developers upload an image once and refer to it using a file_id rather than repeatedly sending the same image. DeepSeek says the service is free to use.

That sounds like a minor developer convenience. It isn’t.

For applications dealing with large collections of images, repeated uploads create bandwidth, latency and engineering overhead. Being able to store an image once and reference it across requests makes it easier to build workflows around persistent visual context.

The model supports Chat Completions, Messages and Responses, giving developers several API paths into the same vision capability.

DeepSeek is therefore not merely adding an image encoder to a model and calling it multimodal. It is adding pieces of the infrastructure required to turn visual understanding into an agent primitive.

But there is a catch: cheap vision is not necessarily high-fidelity vision

There is a trade-off hidden inside the economics. DeepSeek caps an image at 384 input tokens after image processing. That helps keep the cost extremely low, but developers should not interpret the low token count as meaning the model preserves every visual detail of a high-resolution image. Independent analysis of the API behaviour indicates that images are aggressively resized before reaching the model.

That could be perfectly adequate for many agent workloads. A screenshot of a webpage does not necessarily need photographic detail. A document classification system may not care about tiny visual nuances. A chart-reading agent can often work with a reasonably compressed representation.

But there is a meaningful difference between “the model can see this image” and “the model can inspect every detail in this image.”

That distinction will become important as developers test the system on real workloads rather than launch benchmarks.

And there is one more awkward detail about the Opus comparison

There is a strange timing issue in DeepSeek’s comparison. Opus 4.8 is still a supported Anthropic model and remains a serious system. Anthropic launched it in May 2026 with improvements to coding, agentic work and reasoning, and continues to list it as an available Opus model.

But Anthropic has already moved beyond it. Anthropic’s current model lineup includes Claude Opus 5, announced in July 2026. That does not make DeepSeek’s benchmark comparison invalid. Opus 4.8 is a real, current product and a useful reference point.

But it does change the framing. DeepSeek is not demonstrating that its new experimental model has caught Anthropic’s latest frontier model. It is demonstrating that a dramatically cheaper model can get surprisingly close to a previous-generation premium Opus model on selected agent evaluations.

That is still a significant achievement. In fact, from a developer’s perspective, it may be the more interesting one.

The price/performance race is becoming a different race

The first phase of the generative AI competition was largely about capability.

Who could reason better? Who could write better code? Who could understand longer prompts? Who could score higher on the benchmark everyone was watching that week?

The second phase is increasingly about economics. If Model A is 5% better but costs 20 times more, the answer depends entirely on the workload. For a high-stakes task that needs maximum reliability, the expensive model may be the obvious choice.

For an agent making hundreds of calls a day, however, the economics can completely change the decision. A developer might happily accept a small reduction in accuracy if it means running ten or fifty times more inference for the same budget.

That is where DeepSeek has repeatedly made itself relevant. V4-Flash-Vision-Exp does not need to become the world’s best vision model to have an impact. It needs to be good enough, cheap enough and easy enough to integrate.

And this release checks several of those boxes.

What happens next will matter more than the launch benchmarks

The first serious test of DeepSeek’s vision model will not happen inside a benchmark table. It will happen inside production agents.

Developers will find out whether the model can reliably interpret messy screenshots. Whether it can recover from visual ambiguity. Whether it understands small UI elements. Whether it keeps track of visual state across long workflows. Whether its cheaper inference survives the additional retries that weaker models sometimes require.

That last point is particularly important. A model that costs 20 times less per call but requires three times as many retries is still dramatically cheaper. A model that costs 100 times less but fails on the one critical visual step can be a terrible choice.

So the real metric is not cost per token. It is cost per successful task. That is the number DeepSeek has not yet proved.

For now, V4-Flash-Vision-Exp looks less like a model that has dethroned Claude and more like something potentially more disruptive: a low-cost multimodal engine that makes it economically reasonable to give a much larger number of AI agents eyes.

And if that works at scale, the AI price war is about to get a lot more interesting.

TAGGED:AIAI AgentsAI benchmarksAI pricingAnthropicAPIArtificial IntelligenceChina AIClaude Opus 4.8computer visionDeepSeekDeepSeek V4DeepSeek V4 Flash Vision ExpDeveloper ToolsGenerative AIMachine Learningmultimodal AIvision AI
Share This Article
Email Copy Link Print
Previous Article Meta Startup School in India Meta’s New Startup School Targets India’s Next 200 Consumer Brands

Your Trusted Source for Accurate and Timely Updates!

We're committed to providing accurate and unbiased news as it unfolds, earning the trust of a large audience. Stay informed with our news updates on the latest events and trends, keeping you ahead of the curve.
FacebookLike
XFollow
InstagramFollow

Popular Posts

Sidhu Moose Wala Birthday: Fans, Followers Pay Rich Tributes

On the eve of Sidhu Moose Wala Birthday, million of his fans paid tributes to…

By
TheNewsFacts

Global Tax Reforms to become a reality soon

Global Tax Reforms initiative got a positive head start as 130 countries have accorded their…

By
TheNewsFacts

Hyderabad Doctor Raghu Ram first Indian to win ASGBI award

P Raghu Ram, a city-based doctor and founder-director of KIMS - Ushalakhsmi Centre for Breast…

By
TheNewsFacts

You Might Also Like

How to Use WhatsApp's Upcoming QR Code Feature for Easy Data Transfer
Technology

How to Use WhatsApp’s Upcoming QR Code Feature for Easy Data Transfer

By
TheNewsFacts
LinkedIn Ads , Privacy Update
Technology

Microsoft to Use LinkedIn Data for Ads, Here’s How to Opt Out

By
NewsFacts Bureau
Technology

Realme 12 Pro+ Specs Leaked Ahead of Launch; New Periscope Camera

By
NewsFacts Bureau
GMAIL
Technology

Gmail Users Tricked by Fake Calls in Rising Scam Trend

By
NewsFacts Bureau
thenewsfacts thenewsfacts

About US


TheNewsFacts: Brings you the interesting facts, news facts and updates from India an the world across politics, tech, entertainment, business, tending, and more. We deliver what you love to read.
Top Categories
  • Latest News
  • Trending News
  • Paris Olympics 2024
  • Sports
  • Entertainment
  • Business
  • Technology
Usefull Links
  • About The News Facts
  • Latest News
  • Privacy Policy
  • Editorial Policy
  • Disclaimer
  • Contact Us
Follow us
Facebook Twitter Instagram

© thenewsfacts. All Rights Reserved.

Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?