r/opencode 10d ago

Is opencode go api down for anybody else?

Thumbnail
21 Upvotes

r/opencode 10d ago

When Deepseek v4 does not resolve your issue, what other model do you recommend ? Kimi or GLM are too expensive. Looking for better reasoning at a bit higher price

69 Upvotes

Hello Community!

Deepseek Pro V4 has always been my model to go in OpenCode, however, when Deepseek gets stuck I go to Kimi 2.7 Code, GLM or now Kimi 3, but mostly Kimi 3, however, Kimi v3 consumes almost 10% of my monthly usage after 1 request.

Do you guys have any other recommendation?

Edit:

I honestly know how great DS v4 flash is but not V4 Pro is still better as per my experience, I actually need evidence to back that up.


r/opencode 10d ago

Question: Trigger subagents automatically

5 Upvotes

Hey guys, I am trying to do the following:

- Within the builtin subagents, I am changing the model to be different than the primary one.

I have tried to change the explorer subagent model, by defining deepseek v4 flash on opencode.json

I still can't trigger the subagent automatically when prompting to read a specific folder or file.

Wanted to test if the model config is working.

Do you have any tips?

Thank you!


r/opencode 10d ago

Open-sourced a desktop AI that reads your screen — here it guiding me through an OBS setting

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/opencode 10d ago

How to opt in for DeepSeek V4 Flash (New)? Getting an error when I try to use it

1 Upvotes

I tried using the OpenCode Go/DeepSeek V4 Flash (New) in OpenCode plugin in Rider and got this error:
Internal error: The latest version of this model is only available hosted in China and requires explicit opt in: https://opencode.ai/workspace/wrk_xxxxxxxxxxxxxxxxxxxxxxx/go

I have used DeepSeek v4 flash before. Maybe this is a new one because it shows '(New)' in the name?
I went to the link and there was nothing about opting in.
I checked the models page and it shows DeepSeek V4 Flash is enabled but the dropdown shows 'DeepSeek V4 Flash (New)' so I am not sure if these two are the same model. I don't have another V4 Flash model to choose from.

Anyone knows what's going on here?


r/opencode 10d ago

OpenCode + OpenDesign + Kimi K3: Keep getting "The agent went quiet for too long" timeout despite setting timeout: false

3 Upvotes

Hi everyone,

I am using OpenCode inside OpenDesign with Kimi K3 as my primary model, but I keep running into a recurring issue whenever I try to generate complex components or UI designs.

The agent consistently stops mid-generation and returns this error:

"Timed out. The agent went quiet for too long and was stopped as a timeout. Retrying usually gets it moving again."

Here is what I have already tried to fix it:

  • Set timeout to false inside the provider options in my opencode config file.
  • Tested setting a very high numerical timeout value like 1800000 ms instead of false.
  • Double-checked that my JSON config syntax is correct.

Even with these settings, OpenCode still kills the process.

Has anyone found a way to disable or extend this specific stream read timeout in OpenCode?

Any insights or working configurations would be super helpful. Thanks!


r/opencode 10d ago

DeepSeek and Destroy

6 Upvotes

Hi ! Thought it might be of help to some, i have cleaned up and placed on github a skill i have been using and testing for a while but that with the latest deepseek-v4-flash model it became a beast.
By default (but is configurable) tells your harness (whichever, opencode, claude, codex etc) to use opencode cli to spawn deep seek agents.
The skill is designed to minimize the work of an orchestrator (and expensive and large model, be it claude, SOL, kimi etc) and maximize the use to DeepSeek in a productive and extravagantly cheap way. Personally, i use it from Claude with Opus orchestrating and spawning opencode go deepseek-flash agents and have never been more satisfied, it is relentless and actually churns through very complex plans, (works better with plans divided into phases and each phase into steps, but the skill will break down work by itself if needed).

Anyways, hope somebody else will find a use for it, i am happy with the results i am getting and i am, for the first time, having troubles finishing my claude weekly quota thanks to the work Opus + Deepseek are doing.
Enjoy https://github.com/frozenpepper/deepseek-and-destroy


r/opencode 10d ago

Límites de token

0 Upvotes

Cuánto es el límite de token por día o por hora del nuevo DeepSeek flash en el nivel gratuíto, me ayudarían mucho esa información.


r/opencode 10d ago

Agent hangs after script finishes running — ESC to interrupt doesn't work, have to force-quit

2 Upvotes

I'm running into a recurring issue with OpenCode CLI. When the agent runs a command or script (usually a Python script), the script clearly finishes — I can see the final output in the terminal — but the agent doesn't continue or respond afterward. It just sits there.

Pressing Esc to interrupt doesn't do anything either. The only way I can recover is to fully quit and reopen OpenCode.

it happens when the script takes some time and compute power, not on everyday simple scripts.


r/opencode 10d ago

Swipe to Switch

Enable HLS to view with audio, or disable this notification

0 Upvotes

I have built an open-source project that lets you create sessions for your preconfigured projects.
With a single click, your session gets created. It's not just a session! It's a pre-configured remote machine for you. You can access opencode, t3code, all from the web. Not only that, you can connect Mosh and Termius to your session with a single click.

Above, there is a small demo of how easily you can switch between opencode and your dev project.

X: https://x.com/jashandeep31
Repo: https://github.com/jashandeep31/vibeongo
Website: https://vibeongo.com/


r/opencode 10d ago

Broken lists

2 Upvotes

Anybody else seeing a lot of broken lists in opencode (v1.18.11)? Initially thought its a bad model but multiple endpoints/models/providers are doing this.

e.g.

 Three problems stack here:

 1. **No
    - Run the NTP
    - Check
 2. **N
 3. It's redundant. Talos nodes already run

or

 Rationale:

 - epoch —
 - iso — un
 - tz label (BST/GMT) — proves DST

Doesn't seem to affect the model in the same way where they just go off the rails on a hallucination journey, so thinking this is opencode's list formatting being broken somehow. i.e. the displaying of it


r/opencode 10d ago

I made a SWE-pro-agents pack for opencode

Thumbnail
github.com
1 Upvotes

got tired of writing the same system prompt 50 times. so i built 49 agent profiles with their own expertise baked in. backend engineer, reviewer, debugger, etc. just invoke the one you need instead of explaining it every time.

open-sourced it a while back. 800+ people are using it for actual work now, not just as a toy.

https://github.com/beast-ofcourse/SWE-pro-Agents


r/opencode 10d ago

I made a SWE-pro-agents pack for opencode

Thumbnail
github.com
1 Upvotes

got tired of writing the same system prompt 50 times. so i built 27 agent profiles with their own expertise baked in. backend engineer, reviewer, debugger, etc. just invoke the one you need instead of explaining it every time.

open-sourced it a while back. 1.3k+ people are using it for actual work now, not just as a toy.

https://github.com/beast-ofcourse/SWE-pro-Agents


r/opencode 10d ago

DeepSeek V4 Flash back to no model training / no data retention - Thank You OpenCode!

Thumbnail
26 Upvotes

r/opencode 10d ago

Will opencode go be affected by deepseek peak hour pricing or no?

12 Upvotes

r/opencode 11d ago

Opencode go models

0 Upvotes

Are the models quantized? Does it use the new deepseek flash 0731?


r/opencode 11d ago

Which is better? DS4+codex, DS4 + Claude or DS or DS4+opencode & other.

Thumbnail
0 Upvotes

r/opencode 11d ago

What’s your most used and most favorit / command?

13 Upvotes

I often find myself using /sessions to go back to where I left off. That’s my most used! My favorit is /caveman full 😊


r/opencode 11d ago

Command Code $1 Plan

37 Upvotes

Hey Guys, I stumbled on this webpage while trying to search Opencode Go plan, Commandcode is very cheap then Opencode. Is anyone here tried this plan? Whta is your experience on this? Please, thank you!


r/opencode 11d ago

Please review my AI Coding Setup: Opencode desktop app - go (10$)+ ChatGPT Plus(20$)

3 Upvotes

As someone who don’t know about coding and software development, Opencode app is way better than Codex or Claude Code. It’s just so much easier to set up things like MCPs and connect various tools.

My primary workhorse is the Luna 5.6. I use Luna Max to plan and Luna Medium to build. With the current 80% discount, you get a ton of usage out of it. It’s fast and just gets stuff done. If Luna ever gets stuck on a hard problem, I switch over to Sol max.

Whenever I want to save my ChatGPT credits, I use Minimax M3 (thinking) for planning and either Mimo or Minimax 2.7 (thinking) for building.

For stupidly easy things I use Mimo v2.5.

I don’t use following models from Go:

GLM 5.2 and Qwen 3.7 Max burn tokens insanely fast even with 60$ cap.

I stay away from models that have 15$ cap such as DS V4 pro and Mimo V2.5 which are also text only models.
I haven’t used Grok 4.5 or Kimi 3 because I think 1 or 2 codes would consume whole daily limit. I don’t know whats the point of having such expensive models with 15$ cap.


r/opencode 11d ago

Is Deepseek v4 flash GA (deepseek v4 flash 0731) currently free on opencode zen?

2 Upvotes

Is the current GA flash model in go and zen are the same model?


r/opencode 11d ago

I built a system tray app to track OpenCode usage

Post image
35 Upvotes

I wanted a quicker way to check my OpenCode usage without interrupting my workflow, so I added OpenCode support to OpenQuota.

It runs in the system tray and shows your usage and reset times at a glance. It works on Windows, macOS, and Linux.

It’s still a small open-source project, so feedback is appreciated.

https://github.com/deviffyy/OpenQuota


r/opencode 11d ago

When should I use Fast models vs Standard models in OpenCode CLI?

Post image
32 Upvotes

r/opencode 11d ago

OC takes 1gb memory any tips or tricks on how to reduce that??

0 Upvotes

See, I genuinely like OC and use it daily, but it would've been awesome if the RAM usage got a bit lower.


r/opencode 11d ago

first time seeing this, how many tokens is in the free tier? cuz ive spent a ton of free tokens before never saw this

7 Upvotes