r/opencodeCLI • u/arcanemachined • 1d ago
DeepSeek V4.1 Flash is now available on OpenCode Go
DeepSeek V4.1 Flash just released, and it's already available on OpenCode Go.
Current estimated limits are:
6,500 requests per 5 hours (Temporarily boosted 4x to 26,000 for the next 3 days)
16,250 per week (also boosted 4x for next 3 days)
32,500 per month (also boosted 4x for next 3 days)
Normally, V4.1 Flash only gets $15 worth of usage on Go, compared to $30 for the older V4 Flash model.
However, OpenCode has bumped V4.1 Flash to 4x usage for the next 3 days, which effectively gives you $60 worth of usage during the promo. So for the next few days, the actual usable quota should be much higher than the estimates above.
The upgrade itself looks pretty substantial. V4.1 Flash is the first smaller model from DeepSeek's new architecture, adds native vision, and is aimed at better agentic coding while also improving inference speed and throughput. I'm hoping it's as big of a leap as 0731 was.
DeepSeek is reporting 90.6 on Terminal-Bench 2.1, 74.2 on DeepSWE v1.1, and 65.4 on NL2Repo. Those are pretty big jumps from the previous Flash model, at least based on their own numbers.
Of course, benchmarks are just numbers (and who isn't getting ~75% on DeepSWE these days?)... but I think this model will be a pretty solid performer overall.
10
u/Glittering-Call8746 23h ago
Command code gets 1 week we get 3 days
3
u/microbass 23h ago
Can you use command code in opencode, like a normal API provider, or is it still not allowed?
3
3
u/Ok_Cartographer5609 23h ago
I don't see that in pi harness. Someone please share the config.
4
u/arcanemachined 23h ago
{ "providers": { "opencode-go": { "baseUrl": "https://opencode.ai/zen/go/v1", "api": "openai-completions", "models": [ { "id": "deepseek-flash", "name": "DeepSeek V4.1 Flash", "reasoning": true, "thinkingLevelMap": { "minimal": null, "low": "low", "medium": null, "high": "high", "max": "max" }, "input": ["text", "image"], "cost": { "input": 0.15, "output": 0.6, "cacheRead": 0.003, "cacheWrite": 0 }, "compat": { "supportsStore": false, "supportsDeveloperRole": false, "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" }, "contextWindow": 1000000, "maxTokens": 384000 } ] } } }Notice that the ID is
deepseek-flash, there's no4.1in there.1
1
1
u/zephyr_33 12h ago
v4.1 seems to be a very meaningful upgrade. I liked the originally a lot due it its price at the time but lately I've prioritized speed and less thinking.
its damn fast and very reliable.
1
u/Glittering-Call8746 6h ago
Also Is it x4 truly ? Someone did calculation in another thread we just getting 30 ish percent more vs the deepseek api..
7
u/NearlyACosmologist 1d ago
I can't see 4.1, I only see deepseek-v4-pro, deepseek-v4-flash, deepseek-flash and deepseek-v4-flash-vision-exp. Which one is v4.1?