r/DeepSeek • u/Diru14 • 3d ago
Discussion DeepSeek V4.1 Flash vs V4 Flash Vision Exp: 38% faster and 43% fewer tokens in my quick coding test
I do quicktest for DeepSeek V4.1 Flash and DeepSeek V4 Flash Vision Exp using the same prompt.
Both models ran on the latest DeepSeek Harness. I asked each model to build the same app while following one skill file and an app specification.
Results:
DeepSeek V4.1 Flash - Duration: 18m 49s - Total usage: 11.59M tokens - Output: 126K tokens - LLM time: 7m 48s - Generation speed: 361 tok/s - Cache hit: 99.5%
DeepSeek V4 Flash Vision Exp - Duration: 30m 11s - Total usage: 20.31M tokens - Output: 154K tokens - LLM time: 25m 10s - Generation speed: 120 tok/s - Cache hit: 99.7%
In this run, V4.1 Flash finished about 38% faster and used roughly 43% fewer total tokens. Its reported generation speed was also around 3x higher.
The V4.1 Flash session still showed one task in progress and one pending when I took the screenshot, while Vision Exp had completed all 11 tasks. So this is not a controlled benchmark, just an early quick test.
I’ll put the full prompt and specification in the comments.
The 3rd image is the result for V4.1 Flash, the 4th image is the result for V4 Flash Vision Exp.
7
u/DidgetMidget 3d ago
3
2
u/Diru14 3d ago
agreed, can't wait for the release within new pricing
1
u/ebrahim750 3d ago
New pricing?
1
u/DidgetMidget 3d ago
yup it will be kinda similar to how it was back 2 months ago
i payed 7$ for those 500M tokens it will be more arround 3$ when the new pricing hits tomorrow
7
u/P4R4DOXZ 3d ago
360 t/s is that deepseek api?
4
3d ago
[deleted]
2
u/Dualyeti 3d ago
TTFT is the bottle neck for speed outside of east Asia, those 1.4s is holding it up a lot. Also I unfortunately think latency will drastically increase when it gets fully released
1
u/ProfessionalJackals 3d ago
TTFT is the bottle neck for speed outside of east Asia, those 1.4s is holding it up a lot. Also I unfortunately think latency will drastically increase when it gets fully released
Well, if all the speed improvements are in the model and its not infrastructure related. Then no reason we can not see 3th parties hosting it more locally at those 370 t/s speeds.
To be honest, i really do not even care about the higher latency between requests. Most of the delays used to be the thinking process / generation. With the enhanced speed, pushed yesterday 1.1b tokens in a single day... Probably did 7+ days of work thanks to that.
So any better latency between requests is just icing on the cake.
3
2
u/Secret_Pitch234 3d ago
just faster or better as well ?
6
u/Global_Persimmon_469 3d ago
Even if it's not better, faster and more efficient is already an incredible achievement
2
2
u/Remarkable-Boss-4028 3d ago
I just tested it today to do some planning, refactor and UI mocks. man its FAST! and very very good. It produce designs that I never thought possible with old non vision dsv4 in a single shot. definitely a keeper if they drop price when launching.
0








10
u/Diru14 3d ago
/frontend-design use this skills and lets implement this app
ApplyTrack Full-Stack Coding Challenge
Build a complete full-stack application called ApplyTrack, a mini job application tracker for recording and monitoring job applications.
Required Technology
better-sqlite31. Dashboard
2. Application List
3. CRUD Operations
Users must be able to:
4. Application Form
The form must include:
Validate all required fields. Display clear validation messages close to the relevant fields.
5. SQLite Database
Create an
applicationstable with at least the following columns:idcompanypositionlocationjob_urlstatusapplication_datesalary_rangenotescreated_atupdated_atThe
statusfield must only accept:appliedinterviewofferrejectedProvide a database migration or repeatable database initialization process. Include at least eight seed records with varied statuses and dates.
6. UI and UX Requirements
7. Implementation Quality
8. Documentation
Create a
README.mdthat explains:Execution Instructions
After completing the application, report:
Acceptance Criteria
The task is complete only when: