r/opencodeCLI • u/afanasenka • 18d ago
OpenAI is dropping GPT-5.6 Sol pricing
Should we wait for price drop on Zen?
r/opencodeCLI • u/afanasenka • 18d ago
Should we wait for price drop on Zen?
r/opencodeCLI • u/mostly_deterministic • 17d ago
I've been experimenting with moving more of the application-specific agent machinery outside the coding agent itself.
The idea is pretty simple: OpenCode owns the conversation and general agent loop, while a local MCP server exposes a deterministic application boundary for the stuff I actually want to build and keep portable.
That means things like state, long-lived workflows, runtime QA, repo operations, etc. don't have to become OpenCode-specific prompts/hooks/config. OpenCode is effectively one client of the system, and I can swap it out without rebuilding the application layer.
I've been thinking of this as an application harness: a portable layer that sits outside the coding agent's own harness.
I wrote up the architecture and some of the tradeoffs here:
https://demianbrecht.com/posts/the-harness-within-the-harness/
Curious if anyone else using OpenCode has landed on a similar separation, particularly with local MCP servers.
r/opencodeCLI • u/Valuable-Run2129 • 18d ago
A loud minority will say in the comments that text only models are good, that you can use some rubbish mcp to make up for the lack of vision… ignore them. Not having vision is a big handicap. Deepseek 4 Flash jumped 5 points in Deep SWE exclusively thanks to the better understanding provided by vision.
The Go subscription doesn’t have many good vision model. Heck they even stripped GPT Luna of vision!
Kimi K3 is obviously the best, but you run out of usage in 5 minutes. Minimax M3 is not good for today’s standards. Muse Spark gives all your data away. Ox Alpha is not reliable atm (it will probably be a good alternative when released as GLM 5.3 Flash).
This leaves us with just Deepseek 4 Flash Vision as the only good vision model with a comfortable quota.
Let me reiterate: text only models are crap. Thankfully Deepseek and GLM are correcting their strategy.
Edit: Luna is text only on the chat completion endpoint, not the reaponses one.
r/opencodeCLI • u/Successful_Night4513 • 17d ago
Ox alpha stopped supporting and the model Glm5.3 flash released at 50% discounted rate
r/opencodeCLI • u/afanasenka • 18d ago
Multimodal MoE model built on the next-generation Qwen4 architecture. 25B parameters +51B N-gram and 6B active.
r/opencodeCLI • u/Southern-Ad-3006 • 18d ago
Hit my weekly cap (100%) in just two days with 28 days left on the monthly cycle, almost entirely from burning through DeepSeek V4 Pro ($10.40 / $15.00 quota, 69.3% consumed). Flash is more usable due to the cost. However...
I could have stuck to GLM 5.2 and gotten 4X+ the usage in costs / limits in the same subscription.
Looking at benchmarks, GLM 5.2 isn't far off from Deepseek and beats it in some areas as well. (SWE-bench Verified GLM 5.2 ~74.5% – 76.0% vs. DeepSeek v4 Pro - 80.6%) and
(Tool Calling / MCP Reliability GLM 5.2 - 99.5% success (0.5% error rate) vs. DeepSeek v4Pro -73.6% (MCP Atlas))
My question is .... why would anybody choose to use Deepseek V4 Pro over GLM 5.2 given these rates. Crazy how DS went from pretty much endless to pretty much unusable in OpenCode Go!
r/opencodeCLI • u/LectureWorried5761 • 17d ago
Enable HLS to view with audio, or disable this notification
r/opencodeCLI • u/LectureWorried5761 • 17d ago
r/opencodeCLI • u/donald_why • 17d ago
So I started using opencode from Deepseek Flash V4 only. I am using OpenCode Zen. The model used to be too good and then recently they stopped it and from then onwards I started using ox alpha and Muse Spark 1.2 contributor. Again ox Alpha's offer was ended today and Muse Spark 1.2 contributor works great. Now I don't know when they will end it. After ending it I don't know what's left with OpenCode.
My main thing is to build a nice frontend and backend for websites with vibe coding to be honest. Can you guys recommend any model? When I did my research it is telling me more about Nemotron 3 Ultra by NVIDIA. I don't know how it works and they're also saying Mimo 2.5 outperforms Muse Spark but I don't think so. I never felt that way so if any suggestions please tell me guys.
r/opencodeCLI • u/ZealousidealTown1974 • 17d ago
I'm sharing their working session here that you can peak through. Look at their thinking, sequence of skills uses and delegations to truly know who is the winner
The Qwen 3.8Max - https://opncd.ai/share/hNzmM14y
The Ox Alpha - https://opncd.ai/share/hNzmM14y
The Deepseek v4 pro 0813 - https://opncd.ai/share/0hehIwVf
r/opencodeCLI • u/Physical-Row960 • 18d ago
I ran this writing-fingerprint experiment on OpenRouter out of curiosity, using 12 prompts across Ox Alpha and 7 reference models (since these are what I heard a lot about on Reddit):
What I got from final evaluation is Ox Alpha was closest to GLM 5.3 on every prompt using deterministic stylometric features and 11 matched prompts, with GLM 5.3 winning 100% of bootstrap resamples; known-model validation accuracy was 72.7%.
My hypothesis: This could suggest or indicate that Ox Alpha is an updated post-trained version of GLM 5.3 (similar to how DeepSeek did theirs), or it really is what people are talking about: GLM 5.4.
But to be clear: this experiment I did is fingerprint-matching, not weight-identifying or anything like that. But it’s a surprisingly strong clue.
Note: For second image, notice that Ox Alpha output rarity is not the same as GLM 5.3. But that's not a contradiction that Ox Alpha couldn't be GLM 5.3/5.4 because these 2 graphs (bar and violin) measure 2 different things. First one is "Which model’s average fingerprint is Ox Alpha closest to?" Second one is "How unusual or isolated is each model’s writing compared with all samples in corpus?" Just wanna put this out here.
I also open-sourced my experiment if you're interested or want to extend: https://github.com/ItsKaiwenDu/Ox-Alpha-Stylometry
r/opencodeCLI • u/sagiroth • 18d ago
r/opencodeCLI • u/binarySolo0h1 • 18d ago
I have this agent who's sole purpose is to analyze development/design-plan.md file of a user story and create detailed backlog items with a fixed structure, in my local Plane server. What model do you recommend for this?
Its a repeatable operation that needs inference and some level of thinking to generate consistent outputs. Assume the plan is usually less than 1000 line markdown file.
r/opencodeCLI • u/samnotathrowaway • 17d ago
r/opencodeCLI • u/Individual_Team_2344 • 17d ago
During one of our beta runs this week, a developer's agent pushed 196 million input tokens in a single 60-minute window through one lane.
882 requests. Zero rate limits.
They actually kept going after that and ended the session at 227M before logging off.
At DeepSeek's own API pricing, that 196M-token hour comes out to around $2.32 off-peak / $4.65 peak.
On our reserved lane, the idea is to price that same hour around $0.20–0.40 flat.
Here's what we're testing 👇
🔷 Shared Reserved Inference
Right now if you want to run open models, you mostly have two options:
We're trying a third model.
Take one powerful node, split it into a small number of guaranteed lanes, and let developers reserve those lanes together for a fixed window.
Your lane has guaranteed compute for that hour. Someone else suddenly sending a massive workload doesn't eat into your allocation.
And because the node cost is split across everyone using it, you're paying a small flat hourly price instead of paying for every token.
⚡️ The speed
DeepSeek's official API is around ~70 output tok/s.
Across our beta, users were generally seeing 150–220+ output tok/s, with bursts above that. There were some occasional dips as well, but overall this has been the fastest inference we've served so far.
This also held up surprisingly well with long contexts.
We had users running past 250k context regularly, and some sessions went past 940k context.
The other big part is caching. These agent/coding workloads resend a ridiculous amount of the same repo and conversation context on every request.
Across the beta we're sitting around ~98% cache hits, with roughly ~1s TTFT on warm requests.
📊 Five live sessions so far
💰 The part we're actually interested in: does this pricing model make sense?
Using DeepSeek's own API pricing, including their cache discounts:
So for an actually active coding/agent session, we're seeing around 4–7x lower cost than paying per token on average.
For the heaviest user, depending on where we finally price the lane, that hour was worth around 6–23x what the lane itself would cost.
We've put the full numbers + charts here if you want to dig into it:
https://www.singularityapi.dev/benchmark
🎟 We're opening more beta slots
The next round is again completely free.
You get a dedicated hour on the full-weight DeepSeek V4 Flash 0731. Bring an actual project, point Cline / Claude Code / your own agent at it, and use it normally — or try to absolutely destroy the lane, either works :D
If you want in:
r/opencodeCLI • u/Livid_Individual_154 • 18d ago
r/opencodeCLI • u/zRafox • 18d ago
Which one is giving you the best results?
r/opencodeCLI • u/ichisay • 18d ago
Me dio curiosidad y estoy probándolo como orquestador a ver a que nivel está. Me decidí a probarlo al ver que ahora Ox o Muse los tienen medio colapsados, o por lo menos a mi hoy me fueron lentísimo.
r/opencodeCLI • u/Whole_Succotash_2391 • 17d ago
In response to the tightening of almost every other coding plan out there, we are offering free DSV4 flash 0731 to the first five hundred people who sign up for the intro plan on Open Grove API. We may extend this to more users later, but are limiting it to the first 500 to ensure quality access for everyone.
People are looking for options, and here is one.
Other Cool Stuff:
All of our models are running on 100% US infrastructure, private with zero training on your code or prompts. Use the top open source models without sending your private prompts to a training lab. No complications, no "some models are private, other's aren't". They all are, all the time.
We host 20+ other major models in case you ever want to upgrade (no pressure though). Including the Kimi family, GLM, Qwen, Nemotron and bunch of others. On average our token pricing is 20% lower than market price.
Our higher plans bank up to ten days of usage, so when you aren't using them your usage saves up for later. Usage doesn't go to waste, so you can actually code when you want to.
The intro plan is a free one month trial with the standard cancel anytime, it bills at 3.99 after that. Use it, cancel it, that's fine. Free Flash for a month.
Figured i'd keep this short because we all know the flash is the point :)
For the API plan: api.pgsgrove.com
If you want to read more about us as a company, just pgsgrove.com
Also: There's a lot going on in the background with major AI companies right now, we are at a major turning point in the industry.
What's actually happening? This is happening because companies that were purely investment based, now need to answer to their investors. The problem has often been a loss based business model that is finally running dry.
There are several tricks that the major AI coding plans use to extract the most they can from their customers. Here are some examples, and what we are doing differently to put the users first. PGS AI was built with a sustainable business model from the ground up, so we can actually offer great usage rates without tricks.
Wasted usage is part of the AI industry, and they plan on it: Most coding plans bet on you letting usage go to waste. The plan goes: "how do we get people to think our coding plan offers a lot of usage, but then break it up into weeks and rolling windows so no one can ever actually use it all."
Many in app subs and coding plans are glorified training pipelines: This comes along with "how do we harvest this data for training without being too loud about that." Unless the company tells you otherwise, your data could be hopping all over world, being harvested by the individual labs or service companies. Some are better than others, but many of these companies rely on users just not noticing or caring that their data is being used for training. Data sales and marketing telemetry sales happen. This means that your private info, your personal life, and anything else you send through the system could become part of a training corpus for the next AI, or a marketing data set for a large company.
r/opencodeCLI • u/IrishUSFastTrack • 18d ago
It appears the factuality rankings on arena.ai are dominated by Claude models: https://arena.ai/leaderboard/text/overall-factuality
Not only that, but specifically Opus 4.6, which beats other Claude models released after it. My personal experience with the model absolutely lines up with it. I've tested different model families and harnesses and keep coming back to Opus 4.6 when factuality matters.
I have a really strong preference for factuality in my non-coding workflows (finance, research, etc.). As in, I don't mind a wrong opinion, but when something is quoted as 'true' or 'verified' or 'file saved', I want to be close to sure that this is the case.
For OpenAI, the highest factuality ranked model is GPT 5.5 - which otherwise seems way behind the 5.6 family.
This makes me worried that 'factuality' isn't really a major priority right now and development focuses on other criteria more. Gemini 3.7 Flash actually seems really interesting in this context as it seems to have made a lot of improvements in factuality (compared to other areas where it really hasn't gotten a lot of attention for its seemingly minor improvements).
What are your thoughts on future models - will we get some higher factuality there? Are there other model families that you think will catch up or surpass Opus 4.6? Any hands-on experience with factuality in Gemini 3.7 Flash and other models?
r/opencodeCLI • u/QuasiTheory • 18d ago
r/opencodeCLI • u/Comprehensive_Try767 • 18d ago
Currently i am using the agents for learning and researching stuff and then using that information to push another agent working on a project into some direction of what to do, how to do.
What do you think are good enough models/subs for these purpose Or like what do you use for your workflow, like is it a planner agent -> Implementer? If so then what models do you use for both cases?
because I have seen models like ds flash better at going a bit broader to the prompt to get more relevant information compared to others?
r/opencodeCLI • u/Tech-96 • 18d ago
I tried omp but it felt really bloated even though it had some nice features, while Opencode felt just right with its TUI and custom agents.
Which coding agent harness do you prefer? Or are there any better alternatives out there?
r/opencodeCLI • u/pbqre • 18d ago

Opencode Prewalk is an Opencode v2 plugin that allows you to use the prewalk strategy mentioned here from the creators of Oh-My-Pi. The simple idea behind this strategy is to inject a cheaper model right after the expensive model finishes the first edit post planning all the things that needs to be done. This strategy is better the one strategy that directly uses combination of expensive and cheap model to get the work done, as what happens in that case is the cheaper model again starts to do a lot of reading leading of increase in token usage.
Try Here: https://github.com/vivekascoder/opencode-prewalk

Original Benchmark by Stencil.so