explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • What "open-sourcing" adds that the API launch didn't
  • 305B parameters — where the number comes from
  • The benchmark numbers, again — and what changed since August
  • Why "near Opus 4.8" reads differently in September than it did in August
  • The practitioner math: self-host vs. pay for hosted vision
  • Limits carried over from the API release
  • What this means for what you build or pay
  • Related reading
← Back to blog

explainx / blog

DeepSeek Opens Its 305B V4 Flash Vision Model — Free Weights, Opus 4.8 Numbers

DeepSeek, DeepSeek V4, Open weights, Vision Models, Multimodal AI, AI Agents

DeepSeek open-sourced V4-Flash-Vision-Exp on Hugging Face Sept 1, 2026 — MIT license, 305B params, the same near-Opus-4.8 agent scores it shipped via API.

Sep 2, 2026·10 min read·Yash Thakker
add explainx.ai
go deep
DeepSeek Opens Its 305B V4 Flash Vision Model — Free Weights, Opus 4.8 Numbers

The model isn't new — the ten days between its API debut and this weight release are the actual story. On September 1, 2026, DeepSeek pushed the full weights for DeepSeek-V4-Flash-Vision-Exp to Hugging Face under an MIT license — a 305B-parameter multimodal model that explainx.ai first covered when it went live on DeepSeek's API on August 21. What changed isn't the benchmark numbers or the model's capabilities. What changed is that anyone can now download it, run it on their own hardware, and fine-tune it — for free.

DeepSeek calls it its first native vision model, and it's the same one behind the headline that's been circulating since launch: DeepSeek's own reported benchmarks put it close to Anthropic's Opus 4.8 on multimodal agent tasks. That claim needs context this piece will get to — Opus 4.8 is not Anthropic's current model anymore, and Fable 5.1 and Mythos 5.1 launched the same week as this open-weight release.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR

table · 2 cols
QuestionAnswer
What shipped on Sept 1?Open weights for DeepSeek-V4-Flash-Vision-Exp on Hugging Face, MIT license
Is the model new?No — it went live via DeepSeek's API on August 21, 2026. This is the same model, now downloadable
Parameter count305B total (Hugging Face model card), vs. 284B for the underlying V4-Flash MoE text backbone — the gap is the vision tower and aligner
ArchitectureMoE with DFlash attention, Hyper-Connections, and DSpark speculative decoding; only a fraction of 305B activates per token
Vision-capable?Yes — DeepSeek's first native vision model in the V4 line
Benchmark claimNear-Opus-4.8 on multimodal agent tasks; beats Opus 4.8 on 3 of 11 published benchmarks, trails on the rest by 1–12 points
LicenseMIT — permissive, no copyleft, commercial use allowed
Hosted API pricingExisting V4-Flash rates, images cost up to 384 tokens each, no vision surcharge

What "open-sourcing" adds that the API launch didn't

DeepSeek's August 21 announcement made deepseek-v4-flash-vision-exp usable through Chat Completions, the Anthropic-compatible Messages API, and the OpenAI-compatible Responses API — but only as a hosted model behind DeepSeek's own endpoint. That's the same distribution model most frontier labs use: you get access to run inference, not the weights themselves.

Publishing the weights on Hugging Face under MIT — one of the most permissive licenses available, with no field-of-use restrictions, no usage-tier gating, and no copyleft obligation — changes what a team can do with it. You can now:

  • Self-host it on your own GPUs instead of depending on DeepSeek's API uptime or pricing changes (the same pricing DeepSeek raised by 50–1,100% in August, a fact worth remembering before assuming hosted pricing stays where it is today).
  • Fine-tune it on domain-specific visual tasks — document parsing, chart reading, screenshot-driven QA — without sending training data through a third-party API.
  • Run it air-gapped, which matters for regulated industries where sending images to an external API is a non-starter regardless of price.
  • Serve it through your own inference stack (vLLM, SGLang, or similar) at whatever cost structure your own hardware gives you, rather than DeepSeek's rate card.

None of that was possible with the API-only release. This is the pattern DeepSeek has followed with the rest of the V4 family too — see explainx.ai's coverage of V4 Pro's benchmarks and open weights and V4 Flash 0731's ARC-AGI numbers, both of which shipped as real downloadable weights rather than API-only previews.

305B parameters — where the number comes from

The Hugging Face model card lists 305B total parameters. DeepSeek's own description of the underlying V4-Flash MoE backbone puts that model at 284B total / roughly 13B active per forward pass. The 21B gap between 284B and 305B is the vision tower, image aligner, and auxiliary modules DeepSeek added on top of the existing text model — not a wholesale re-architecture.

The model card describes the build process directly: it "builds on the DeepSeek-V4-Flash architecture by incorporating visual modules and undergoing continued training to unlock visual understanding capabilities." That's consistent with what explainx.ai observed from DeepSeek's own benchmark split in August — text-agent scores barely moved versus plain V4-Flash-0731, while multimodal-agent scores jumped, which is exactly what you'd expect from bolting a vision path onto a frozen-ish text backbone and continuing training rather than retraining from scratch.

Because it's still MoE, the practical inference cost tracks closer to the ~13B active-parameter figure than the 305B total — the same efficiency story that made V4-Flash cheap to serve in the first place.

The benchmark numbers, again — and what changed since August

The numbers behind "near Opus 4.8" haven't moved since the API launch. DeepSeek split its evaluation into text-based agent tasks and multimodal-agent tasks:

Multimodal agent benchmarks (V4-Flash-Vision-Exp vs. Opus 4.8):

table · 4 cols
BenchmarkV4-Flash-Vision-ExpOpus 4.8Result
ApexBench (Pass@1)36.539.4DeepSeek trails by 2.9
Agents' Last Exam27.325.7DeepSeek leads by 1.6
Chartography64.365.0DeepSeek trails by 0.7
ZeroBench (Pass@5)35.034.0DeepSeek leads by 1.0

On text-agent benchmarks, the gap is wider in places — NL2Repo shows DeepSeek at 57.7 against Opus 4.8's 69.7, a 12-point gap, while DeepSWE actually favors DeepSeek (59.3 vs. 58.0). Across the full set of benchmarks DeepSeek published, V4-Flash-Vision-Exp wins on roughly 3 of 11 and trails on the rest by 1 to 12 points. That's a real, credible result for an open-weight model — and also not the same thing as "matches Opus 4.8," which is the shorthand that's spread furthest since launch.

None of these numbers are independently verified yet — they come from DeepSeek's own benchmark harness (DeepSeek Harness, minimal mode, max reasoning tier), the same caveat that applied to V4 Flash 0731's DeepSeek-reported numbers before ARC Prize verified them separately. Self-reported multimodal-agent benchmarks with no third-party reproduction yet are worth treating the same way — promising, not settled.

Why "near Opus 4.8" reads differently in September than it did in August

This is the context that gets lost when a benchmark comparison travels through a few rounds of retweets and headline compression. Opus 4.8 is not Anthropic's current model. By the time this open-weight release landed on September 1, 2026:

  • Opus 5 had already shipped as Anthropic's next flagship after Opus 4.8.
  • Fable 5.1 and Mythos 5.1 launched the same week, on the same day this weight release happened — the same underlying model with different safety configurations, priced at $10/$50 per million input/output tokens with 75%-cheaper cache reads than the prior Fable generation.
  • Anthropic's own API documentation now lists Opus 4.8 as a fallback target that Fable 5.1 routes to under certain refusal conditions — a role reserved for a still-capable but no-longer-frontier model, not the newest one.

None of that makes DeepSeek's result less real. Matching or beating a model that was frontier-class within the last several months, in an open-weight, MIT-licensed, self-hostable package, is a genuinely strong outcome for a model whose active parameter count is a fraction of what most closed frontier models run. But "near Opus 4.8" in September 2026 is closer to "near a very good model from a couple of generations back" than "near the frontier" — a distinction worth keeping straight before repeating the headline as evidence DeepSeek has closed the gap with Anthropic's current lineup.

The practitioner math: self-host vs. pay for hosted vision

For a team building an agent that needs to read screenshots, charts, or documents as part of a longer tool-use loop, the real decision isn't "DeepSeek vs. Opus" in the abstract — it's a cost-and-control tradeoff across three real paths:

table · 4 cols
PathPer-image costControlBest for
DeepSeek hosted API (deepseek-v4-flash-vision-exp)Up to 384 tokens/image at existing V4-Flash rates, no vision surchargeLow — dependent on DeepSeek's uptime and future pricingTeams wanting the cheapest hosted option today, accepting API-provider risk
Self-hosted DeepSeek weights (this release)GPU compute only, no per-token billHigh — full control, air-gap capable, fine-tunableTeams with GPU capacity, regulated data, or high enough volume that hosting beats renting
Hosted GPT-4o-class / Claude / Gemini visionTypically several dollars to tens of dollars per 1,000 images depending on provider and resolutionLow — closed weights, provider-set pricingTeams prioritizing frontier-class accuracy over cost, or without GPU ops capacity

The honest tradeoff: DeepSeek's benchmarks put it close to — not equal to — a model that's already a generation behind the current frontier. If your workload genuinely needs frontier-tier vision accuracy (fine detail, adversarial charts, ambiguous document layouts), a current hosted model likely still wins on raw capability. If your workload is high-volume, cost-sensitive, and tolerant of being a few points behind on the hardest cases — screenshot-reading agent steps, bulk document triage, chart-to-data extraction — the open weights remove both the per-token bill and the dependency on one vendor's API terms staying stable, which DeepSeek's own August price hike already demonstrated they won't necessarily do.

For teams evaluating whether self-hosting makes sense at all versus staying on a hosted provider, explainx.ai's broader closed-source vs. local open-source alternatives comparison and llama.cpp guide for running GGUF models locally cover the operational side of that decision — GPU memory budgeting, quantization tradeoffs, and serving stack choices — in more depth than this post's scope.

Limits carried over from the API release

The API-era constraints still apply to anyone deploying the open weights, since the model itself hasn't changed:

table · 2 cols
LimitValue
Supported image formatsJPEG, PNG, GIF, WebP
Max images per request600
Max image dimension8,192 px/side; drops to 4,096 px/side at 15+ images per request
Per-image token cost (hosted API)Capped at 384 tokens regardless of resolution
Where images are allowedUser messages only

Self-hosting removes the request-size and per-image-token accounting DeepSeek's hosted API enforces, but a self-hosted deployment inherits the same underlying model behavior — including the "exp" designation. This is still an experimental release, not a production-hardened GA model; DeepSeek's own track record (V4-Flash went through a 0731 revision before V4 Pro's 0813 GA) suggests a more polished, non-experimental successor is likely to follow.

What this means for what you build or pay

If you already evaluated deepseek-v4-flash-vision-exp through DeepSeek's API in August and liked it, this release doesn't change your capabilities — it changes your exit options. You're no longer locked into DeepSeek's hosted pricing or uptime to keep using the model; you can move it to your own infrastructure whenever the economics favor it. For teams that hadn't evaluated it yet, the MIT license lowers the bar for a serious trial: no API key, no rate limits, no dependency on a vendor that just raised prices once this year already.

The bigger-picture read: open-weight vision-capable models are closing the multimodal-agent gap to frontier labs faster than most builders assumed a year ago — but "closing the gap to Opus 4.8" is a moving target, and Opus 4.8 moved out from under this headline before the weights even landed.

Related reading

  • DeepSeek V4-Flash-Vision-Exp: A Multimodal Model That Nears Opus-4.8
  • DeepSeek V4-Pro: Agent Coding Benchmarks, 1M Context, and API Economics
  • DeepSeek V4 Flash 0731 Scores 89% on ARC-AGI at $0.02/Task
  • DeepSeek V4 Pro Launch: Codex, Responses API, and New Pricing
  • DeepSeek V4 Prices Just Went Up — Does It Really Match GPT-5.6?
  • Claude Fable 5.1 and Mythos 5.1: Benchmarks, Pricing, and Safeguards
  • Roboflow Benchmark: GPT-5.6 Sol vs. Gemini 3.5 Flash Vision
  • Closed-Source AI vs. Local Open-Source Alternatives
  • Official: DeepSeek-V4-Flash-Vision-Exp on Hugging Face · DeepSeek Vision API Guide

Model specs, license terms, and benchmark figures are accurate as of the publication date and sourced from DeepSeek's Hugging Face model card and API documentation — verify current figures before making production decisions, since DeepSeek has iterated on this model family quickly all year.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 21, 2026

DeepSeek V4-Flash-Vision-Exp: A Multimodal Model That Nears Opus-4.8

DeepSeek released deepseek-v4-flash-vision-exp on August 21, 2026, an experimental multimodal model that matches DeepSeek-V4-Flash on text, reasoning, and agent tasks while making a large jump over V4-Flash on multimodal agent benchmarks — landing close to Anthropic's Opus-4.8.

May 4, 2026

DeepSeek V4-Pro: agent coding benchmarks, 1M context, and API economics

Why builders care about V4 beyond hype: open-weight V4-Pro and V4-Flash, long-context efficiency for agent traces, reported agent benchmark parity—and what official pricing actually says in May 2026.

Aug 25, 2026

Chinese Hackers Scale Attacks With DeepSeek and Low Guardrails

August 2026 reporting from TeamT5 and Palo Alto Networks Unit 42 converges on the same pattern: Chinese state-linked groups and independent operators are routing offensive work through DeepSeek and other open-weight models with weaker cyber guardrails than Western frontier APIs. explainx.ai maps the Hermes Agent campaign, the defender asymmetry debate, and what changes for teams shipping agent harnesses.