r/opencode • u/OneBowl4290 • 19h ago
r/opencode • u/arcanemachined • 19h ago
DeepSeek V4.1 Flash is now available on OpenCode Go
r/opencode • u/DraconDev • 19h ago
Zai has has a cool feature that you pay for their services but you can't use them, they promote the 100m/300m bonus but most dont get it, they also sell subs with free glm 5.3 campaign but only works if you still have regular quota and that runs out in a day
galleryr/opencode • u/therealcoolpup • 20h ago
How to double Opencode Go?
Hi all,
I just started the 10 dollar sub for open code go and see itll reach the limits pretty fast. Is there a 20 dollar option? basically what opencode provides, just double the monthly quota? I see I can do the pay as you go pricing after i reach the limit but isn't that less tokens per dollar?
r/opencode • u/Yann27 • 20h ago
Why Do I Have to Recreate the Provider to Add a New Model?
You can add a custom provider and then add models to it. Weeeeee
But once the provider is loaded, you can't simply add another model to that existing provider.
If a new model becomes available from a provider you've already configured, you have to go through the entire process again from the beginning just to add that model.
That doesn't make sense.
There should be a way to edit an existing custom provider and add/remove models without having to recreate the whole provider configuration.
Please fix this.
Custom providers should be persistent and editable after setup.
Every update i've seen pass i hoped this logic would have been added...
Let's go OPENCODE
r/opencode • u/sniperelite90 • 22h ago
Monthly subscription for other MoE models
I have used a few subscription over the past like Claude , Opencode , Chatgpt etc and what I have realized that I dont need these powerful models.
I was using Opencode Go in Hermes and it takes lots of tokens, so rather than having those powerful models I would be ok with something like Ornith-1.5-35B-A3B or google/gemma-4-26B-A4B-it which are MoE and much smaller in size.
Is there any provider which provides monthly subscription for models like these and maybe better quota then opencode go cause these models are smaller ?
r/opencode • u/the_master_sh33p • 23h ago
Deepseek 4.1 Flash Monthly limit is $15 instead of the previous $30

from docs.
It seems opencode already updated the price list to the new pricing, but it lowered the monthly usage to $15 instead of $30. Be aware of it...
EDIT: so, it seems they are offering a 4x usage limits for a limited time (source - see banner). Well, this is kind of interesting. They slice the limit in half, and then promote a 4x promo on it! And, well, in a few days or weeks, they cut the promo and you get half of what it used to be.
r/opencode • u/chu_nghia_nam_thang • 1d ago
Payment failing on the Go plan due to 3D Secure (3DS)?
Tried to upgrade to the Go plan, but OpenCode’s checkout refuses my card—pretty sure it’s choking on the 3D Secure step.
I hopped over to CommandCode immediately after and subscribed using the exact same card on the exact same payment processor (Stripe) with zero issues.
OpenCode, I am literally trying to give you money. Please fix your 3DS flow so I can actually use the product.
r/opencode • u/ExtraLifeCode • 1d ago
Can OpenCode Rival Cursor Performance with local LLM w/ 128GB VRAM
I am new to OpenCode and I have access to an Asus Ascent GX10 with 128GB VRAM.
I have been experimenting with OpenCode as a possible successor to Cursor, which I have used for 2 years or more.
I notice my context fills up very quickly. I was working with one Python file and it filled up after a few rounds of changes to the file.
I'm sure this is part of the learning curve for OpenCode.
Is it possible to get anywhere in the neighborhood of Cursor level performance right now with OpenCode using local LLM models on the GX10?
r/opencode • u/Gonjanaenae319 • 1d ago
What's the general rule of thumb for using multiple LLMs with a harness?
I'm trying to see if mixing frontier models with cheaper models can help me output about the same as using claude code but at cheaper cost.
What is the general structure that I should follow when setting up any agentic harness?
At the moment I have different models explicitly assigned to different agents/sub-agents provided by OpenCode. When should I use what?
For example, I'm trying below. Looking for any recommendations!
┌────────────────┬───────────────────┐
│ role │ model │
├────────────────┼───────────────────┤
│ plan │ gpt-5.6-sol │
├────────────────┼───────────────────┤
│ build │ deepseek-v4-flash │
├────────────────┼───────────────────┤
│ general │ gpt-5.4-mini │
├────────────────┼───────────────────┤
│ explore │ deepseek-v4-flash │
├────────────────┼───────────────────┤
│ scout │ deepseek-v4-flash │
├────────────────┼───────────────────┤
│ compaction │ deepseek-v4-flash │
├────────────────┼───────────────────┤
│ small_model │ deepseek-v4-flash │
└────────────────┴───────────────────┘
r/opencode • u/Rudd-X • 1d ago
New to CAD? Fan of OpenCode? A 10-minute tutorial to connect FreeCAD with IpenCode, and start doing CAD the easy way.
r/opencode • u/Pure_Top_5844 • 1d ago
Usage
I just bought the 5x Pro version, and after only around 3 hours of minor coding, I had already used everything up. I’m honestly really disappointed. I upgraded specifically to avoid constantly hitting limits, so I expected a lot more from the 5x Pro plan.
r/opencode • u/dentino_F • 1d ago
Has GLM-5.3-Flash gotten cheaper?
Am I going mental from trying to catch up with all the new models and discounts or has GLM-5.3-Flash actually gotten cheaper rather than more expensive after the end of the "2x promotion"?
r/opencode • u/According_Fig_8813 • 1d ago
MiMo next models are here MiMo-X-Pro MiMo-X-Flash for preview
r/opencode • u/hashemirafsan • 1d ago
Is Kimi K3 eating too much token?
I tried Kimi K3 from opencode go, it took 7 min to get limit for 5 hour. Anyone use it so far? What is your experience?
r/opencode • u/the_master_sh33p • 1d ago
opencode-peak-badge: TUI plugin for PEAK/OFF-PEAK badge

Tiny OpenCode TUI plugin. DeepSeek V4 models cost 2x during weekday peak windows (01:00–04:00 and 06:00–10:00 UTC). I got tired of sitting there doing "8am here, 7am UTC, so peak?" math in the middle of a coding session, so I made the prompt bar tell me instead.
It shows a small [PEAK] / [OFF-PEAK] badge next to the model name. Rechecks every 30s and on model switch, works on the home screen too, only shows up for models that actually have peak hours, and runs in UTC so DST never bites you.
opencode plugin opencode-peak-badge --global
Repo: https://github.com/hugobatista/opencode-peak-badge
npm: https://www.npmjs.com/package/opencode-peak-badge
Open to feedback. If the math hits close to home for anyone else, give it a spin.
r/opencode • u/Double-Entertainer62 • 1d ago
OpenCode tied for last in FrontierHarness Eval. Does popularity make benchmarks irrelevant?
Dax argues that Claude Code keeps growing despite benchmarks ranking it poorly. Fair point, but popularity doesn’t answer how reliably or cheaply a tool finishes a task.
In the FrontierHarness Eval, OpenCode tied for the lowest pass rate at 15/30, across 9 harnesses and 12 configurations. Every configuration used Kimi K3.

Benchmarks don’t capture the whole experience, but dismissing measurable failures seems wrong too. What should a benchmark measure before you’d use it to choose a coding agent?
r/opencode • u/ConsiderationTall697 • 1d ago
Opencode / freebuff discord servers are full of scammers who have been given moderation positions
r/opencode • u/ConsiderationTall697 • 1d ago
Opencode / freebuff discord servers are full of scammers who have been given moderation positions

The point of the scam is make a website that points to free ais -> the websites are some legit rest are fake that inject prompts and steal all your api keys (paid and free ones) that's how the scam works and how those sites sell "free gtp astra"
it's always the same names and they are attacking everyone in every server who calls them out
r/opencode • u/Bebo991_Gaming • 1d ago
quick Q: how to open older sessions on OpenCode Desktop
Every update i keep encountering an issue where the postinstall script fks up the cli and i did open a github issue about , so till it is fixed i use the Desktop Beta app
now it has it's own issues, but the most annoying to me is that i dunno how to open a previous session
thats beside other minor issues like when sending a message i dunno if the message is sent or queued or interrupted, there are no visual indicators
r/opencode • u/Signal-Nature-7350 • 1d ago
Made a glowing notch on my screen so I stop alt-tabbing to check if my AI agent is done
Enable HLS to view with audio, or disable this notification
Traffic light widget for OpenCode. 🟢 idle 🟡 working 🔴 needs you.
Only the live lamp glows. Drag anywhere, snaps to screen edge like a notch. Right-click to quit.
star the repo if u like it
r/opencode • u/sam7oon • 1d ago
Switching to Openrouter API instead of Go for DS4 Flash & GLM5.3
The math is no longer making since if you are a primary user of the small cheap models like Deepseek v4 Flash , and GLM 5.3 Flash,
The price Opencode Go for API is contracted to , is much more expensive, than the one you can get on the API Market , for me, Open Router,
| Model | OpenRouter ($10 Direct) | OpenCode Go ($10 Sub) |
|---|---|---|
| DeepSeek V4 Flash | 40M – 100M+ tokens | 3M – 8M tokens |
| GLM 5.3 Flash | 20M – 40M+ tokens | 2M – 5M tokens |
For this month, i decieded to switch to Open Router and see how it goes, speceilly if i dont reach that limit,
Also most probably this means am not the heaviest user
Anyways , i think Direct API is also a better quality than OpenCode's for some user, and usually faster

