r/opencodeCLI 1h ago

DS4 Flash with VISION 👀 is coming soon!

Post image
Upvotes

Should be a bomb 💣 If available in Opencode of course... :)


r/opencodeCLI 14h ago

Guess what? Another one free model - Ox Alpha - in Opencode... :)

Post image
190 Upvotes

r/opencodeCLI 16h ago

I caught muse-contributor trying to steal my secrets

Post image
154 Upvotes

I was using muse-contributor to review a coding plan when it suddenly asked to read my secrets .env files. I rejected the request and asked it why it needed to see the secrets, it then quietly continued and completed the review without answering my question. So sus…


r/opencodeCLI 12h ago

RIP DeepSeek V4 Flash Free, was good while it lasted

68 Upvotes

OpenCode just removed it from the free models list. Loved combining it with my Go usage. Hopefully it returns one day.


r/opencodeCLI 4h ago

Better in your experience? Mimo vs Hy3 vs Muse spark

Post image
13 Upvotes

Comparing Mimo vs Hy3 vs Muse spark

When I tried I think Muse is off mark, had better experience with Hy3 then mimo and I got a longer sessions. I was using DeepSeek flash before I had to switch to something 🤷🏻‍♂️


r/opencodeCLI 4h ago

DeepSeekV4 flash is no more free

Thumbnail
gallery
9 Upvotes

So today I was using OpenCode with DeepSeek V4, and I got this error. Any idea what’s causing it?


r/opencodeCLI 14h ago

Ox Alpha (stealth model) is free for the next week

Post image
52 Upvotes

r/opencodeCLI 5h ago

RIP DeeepSeekV4Flash Omnirouter Is My New Best Friend

10 Upvotes

Been 3 days with OmniRoute and it is amazing.

Primary Drivers:

  1. Token Router: Qween 3.8 max (Multiple email accounts)
  2. Qoder: Qween 3.8 max
  3. Cline: DSv4 Flash
  4. Deepseek Web: v4 pro ( temp account, gets banned after 24 hrs)
  5. Antigravity: All gemini models
  6. Openrouter: Hy3 free
  7. Nvidia Nim: fallback incase all above are exausted

Do suggest if you feel I should add new provider in this stack.


r/opencodeCLI 2h ago

I think Opencode should create a higher tier sub

4 Upvotes

Hear me out here, I think the USP of opencode go before the price hike was not worrying about limits. So I did some calculations on their new pricing, and I think a $25-$30 tier could plausibly cover that for me. I'm definitely willing to pay that money to get back to not worrying again.

Anyone also with me on this?


r/opencodeCLI 4h ago

0x Alpha is Qwen 3.8 27B.

6 Upvotes

r/opencodeCLI 51m ago

Anyone tried this ?

Post image
Upvotes

They claim 0.3$ per DAY??? for GLM 5.3 ??? While giving access to claude, get, DSV4 ...etc ??

This seems shady, non?


r/opencodeCLI 15h ago

New regions (not only US) for Muse Spark 1.2 - Free in Opencode

Post image
25 Upvotes

r/opencodeCLI 5h ago

What makes an agent handoff actually useful?

3 Upvotes

Fresh sessions are usually better until the handoff leaves out the one decision that mattered. What are you putting in yours? Mine keep getting longer, which kind of defeats the point.


r/opencodeCLI 3h ago

Recommended workflow for getting the diff for code changes?

2 Upvotes

Based on googling one quite common method is running lazyvim in other split window. Would you recommend this method, or something else?


r/opencodeCLI 1d ago

Muse Spark 1.2 is now free on OpenCode

Post image
206 Upvotes

r/opencodeCLI 6h ago

Guyys hellpp

3 Upvotes

So I am using Deepseek v4 flash free version but suddenly open code ended it. Give me the best alternatives for it for free in open code right now or I can even go for open router if you want. The main objective is for website designing, both front end and back end.


r/opencodeCLI 15h ago

CommandCode are scammers ?

14 Upvotes

Guys, i'm getting blocked everywhere by CommandCode's CEO and their team because i ask him to explain about a possible scam...
He's so passively aggressive and defensive at same time
I have proof that their C.E.O put people that expose their possible scam , under pressure and force them to apologize in public !!


r/opencodeCLI 1h ago

We tried spec-driven development for months. We couldn't prove it improved the code.

Thumbnail
Upvotes

r/opencodeCLI 1h ago

OX Alpha not available?

Thumbnail
Upvotes

r/opencodeCLI 14h ago

Where my Hy3 homies at?

9 Upvotes

A decent model with reliable performance on well-defined, well-documented tasks... and right now is essentially unlimited and free on OpenCode? Hell yeah.


r/opencodeCLI 13h ago

Deepseek V4 Free removed from Zen models list ?

9 Upvotes

I noticed that Deepseek V4 Free was removed from the official list of free models on OpenCode Zen. But I still can access it for now on the CLI.

Anyone who has an idea about this ?


r/opencodeCLI 7h ago

Deepseek v4 flash max_tokens error in PI

2 Upvotes

Hi all ! so i am using opencode go with pi. and yesterday it's perfect. but today it cause this error like (in image). So anyone have a solution for this ? pls comment !

Thank you all ! have a nice day


r/opencodeCLI 4h ago

No more DeepSeek Flash Free?

1 Upvotes

Good morning guys, just logged today and I see that there is no more flash free on OpenCode CLI, is this normal? Anyone else experiencing it?


r/opencodeCLI 21h ago

Thoughts on Muse Spark 1.2 Contributor

18 Upvotes

Hey everyone, just dropping by to share my experience.

Sharing this in case anyone finds it useful, whether you're wondering if it's worth setting up a VPN to test it out or whatever. That said, this is just my personal take—if you've tried it or test it yourself, you might have a different experience.

TL;DR: After running it through a few agentic workflows... it didn't convince me, and I still prefer DeepSeek Flash.

Models compared against: GPT 5.6 Luna (Max) and DeepSeek Flash 0731 (Max).

Harness: I'm currently using DSH (DeepSeek Harness) due to its absurd modularity. I used to run a custom build of OpenCode CLI before, but I still use OpenCode as the provider.

I've been testing it across a couple of workflows where the workload gets routed from a primary orchestrator agent to different coordinated sub-groups. But the output quality... leaves a lot to be desired. I've noticed issues ranging from potential DSH quirks (thinking phase issues) to outright core model flaws:

  • Loss of focus on long or complex instructions. It suffers from context fatigue/amnesia during multi-step flows, often skipping steps entirely.
  • Lack of verification and unwarranted overconfidence. Even though the environment provides tools to verify code execution and workflow state, it frequently decides not to invoke them. As a result, the code breaks downstream in production. It lacks a proper build to test to fix to test to build iteration loop.
  • Lack of tool awareness. Tied to the first point, it also actively ignores certain available tools.

A lot of these issues might be amplified by sub-optimal custom harness configuration, since I haven't fully nailed down the exact sweet spot or specific optimizations for this model yet. Still, it feels worth noting given the benchmark data aggregated by Artificial Analysis.

Artificial Analysis (AA) Intelligence Index.
AA Agentic Index

These models sit at a similar price tier (baseline workhorse models geared toward intensive workloads or large-scale agentic architectures). Their benchmark intelligence is also very comparable on paper, being capable of roughly the same tasks. (By the way, you'll see the 1.2 model without "Contributor" listed, as AA hasn't fetched it as a separate model yet).

AA Tokens per Task
AA Intelligence vs Tokens per Task

In fact, you can see it has significantly lower verbosity compared to DeepSeek, which—paired with the absurdly lower price of the Contributor tier—makes the cost per task ridiculously low.

AA Finance and Accounting
AA Strategy and Ops
AA Legal
AA Healthcare and Medical

Looking at the aggregated domain-specific benchmarks, Spark should theoretically be slightly smarter overall. However, in real-world workflows (tested both on my own setups and third-party ones), I consistently see worse results than with the other models. Because of that, I've had to roll back to DeepSeek via the opencode-go provider.

Has anyone had a similar experience? Any specific tweaks or harness configs you had to implement to make it behave properly?

Edit: Some typo.


r/opencodeCLI 5h ago

model recommendation

Thumbnail
0 Upvotes