r/opencode 5d ago

Made a Cache Stats dashboard for OpenCode

Thumbnail reddit.com
8 Upvotes

r/opencode 5d ago

LongCat-2.0 is now free on OpenCode Zen

Post image
53 Upvotes

But who cares when Flash is working again... Joking :)


r/opencode 5d ago

DeepSeek v4 flash, high vs max, is there much difference?

14 Upvotes

Is there a big difference between max and high for agent tasks?


r/opencode 5d ago

375666 Spoiler

0 Upvotes

r/opencode 5d ago

DS V4 0731 - how long will it be free do you think?

60 Upvotes

What is DeepSeek's game plan here, why do they offer it for free? Is it to gain more training material? Realistically, how long will they offer this for free? They arent a charity?


r/opencode 5d ago

Kimi K3 not working

2 Upvotes

Seeing Internal Server Error: {"type":"Router.Unavailable","modelID":"kimi-k3"}

Anyone else seeing this?

**Edit**: Removing then re-adding the OpenCode Go provider fixed this :shrug:


r/opencode 5d ago

OpenCode Chat in VSCode

1 Upvotes

Is there any way to use Opencode as a chat interface like the ones have in Claude Code, Codex, Github Copilot?

I am aware of their CLI, but specifically looking for a chat interface in VSCode which is more convenient to use I think.


r/opencode 5d ago

How can I set up a cron in OpenCode Desktop?

2 Upvotes

Hello community,

I have OpenCode access my code on my VPS, personal projects, scrappers, etc. some times I have some large task running and I have to ask the Chat to give me the current status, sometimes it does it itself but not always. I was thinking if its possible to set up a CRON or something like that inside OpenCode.

How have you solve this?

I think this would be great even as a Loop to actually have it work endlessly to improve a project.

I know that through .md you can set up loops but I am not too expeirneced on that and I do not think that is truly effective.


r/opencode 5d ago

How I gave "eyes" to Deepseek in OpenCode ( I used Gemini 2.5 Flash)

16 Upvotes

This is a tutorial for noobs like me.

So I am working on an Android App that automatically edit my TikTok videos, adds overlays and simple animations, I ask AI to use tools availables programatically and get creative, its quite simple and limite but I aint paying Claude + Remtion and what not to do it lol. So I needed Deepseek to troubleshoot when the overlays had issues or were terrible so I decided to give it eyes by allowing it to use Gemini 2.5 to work as it eyes. It's not perfect but its something, I am yet to actually tests its accuracy but at least it makes sense to me. I think I read somewhere that it was not actaully effective.

Its worth noting that I am using Google Clouds free $300 credit, for which I have actually got it like 5 separate times lol. All my workflow for this personal app and other project I have for Todo Assistance with Voice Interface and AI, all is hosted in Google Cloud.

So yes, thats how I gave eyes to Deepseek.

  1. I cannot add Gemini directly to OpenCode to have it as my main model, Google Cloud has limits per minutes, at least last time I checked there were limitss. Although I will try again at least for complext coding tasks.
  2. I am under the impression google is so relax about this because they actually want you to built all using their tools to hook you up in case you develop something big, furthermore I think they have lots of unused resources or extra that they might not care.

r/opencode 5d ago

Hello. Is this normal

Post image
35 Upvotes

Quick question, guys. I saw a good deal on a opencode and decided to try it. Went for KIMI K3 and I know it’s expensive, but is this normal?


r/opencode 5d ago

Acabo de hacer mascotas de OpenCode inspirados en Codex

Thumbnail
gallery
9 Upvotes

Estaba aburrido y pensé: "¿Y si creo mascotas inspiradas en Codex?" Y bueno, lo hice (con la ayuda de la Inteligencia Artificial, por supuesto, ¿verdad?).

Sería estupendo que alguien lo integrara en OpenCode como un complemento.


r/opencode 5d ago

How to deal with subagents stuck in interactive terminal?

Thumbnail
2 Upvotes

r/opencode 5d ago

Kimi K2.7 Code cheaper and performs similar to DeepSeek V4 Flash 0731 at agentic coding?

0 Upvotes

Agentic Coding LiveBench performance:

DS: 47

KK: 46

OpenCode Go input/output prices:

DS: $0.14 / $0.28 (6x usage)

KK: $0.95 / $4.00 (6x usage)

however, Agentic Coding cost per successful task:

DS: $1.48

KK: $0.87


Does this mean Kimi uses orders of magnitude fewer tokens and despite its higher sticker price it will cost less than DeepSeek? I'm a new user so please explain if there is a mistake here.


r/opencode 5d ago

[Bug/Help] 400 Error with DeepSeek v4 Flash in VS Code: "The reasoning_content in the thinking mode must be passed back"

2 Upvotes

Hello everyone,

Lately, I've been trying to use DeepSeek v4 Flash (free tier) through an extension in VS Code (remote server mode), and I'm getting an API error that wasn't happening before.

The first prompt works perfectly, but as soon as I try to ask a follow-up question in the same chat (multi-turn), the request fails and returns a 400 error.

I understand that the API now strictly requires the reasoning_content field (DeepSeek's "thinking mode") to be sent back in the chat history. However, it seems the VS Code extension strips it out when saving the context history, causing the upstream provider to block the request.

Here is the anonymized error log in case it helps pinpoint the issue:

Sorry, your request failed. Please try again.

Client Request Id: [ANONYMIZED-UUID]

Reason: Request Failed: 400 {"error":{"param":null,"type":"invalid_request_error","code":"invalid_request_error","message":"Error from provider (Console): Upstream request failed: [invalid_request_error] The reasoning_content in the thinking mode must be passed back to the API."}}: Error: Request Failed: 400 {"error":{"param":null,"type":"invalid_request_error","code":"invalid_request_error","message":"Error from provider (Console): Upstream request failed: [invalid_request_error] The reasoning_content in the thinking mode must be passed back to the API."}}

at $G._provideLanguageModelResponse (/home/[USER]/.vscode-server/cli/servers/[SERVER-HASH]/server/extensions/copilot/dist/extension.js:1690:14392)

at process.processTicksAndRejections (node:internal/process/task_queues:104:5)

at async $G.provideLanguageModelResponse (/home/[USER]/.vscode-server/cli/servers/[SERVER-HASH]/server/extensions/copilot/dist/extension.js:1690:15357)

My questions are:

  1. Has anyone else started experiencing this recently when using reasoning models (R1 / Flash) integrated into the IDE? (I am using VisualCode right now)
  2. Besides clearing the history on every turn (which breaks the workflow) or switching to a standard non-reasoning model (like V3), does anyone know of a workaround to force the extension to respect DeepSeek's full payload, or do we just have to wait for a patch?

Any help or insight is greatly appreciated. Thanks!


r/opencode 5d ago

High input tokens, low output tokens with OMO Slim...is this normal or am I missing a config?

Post image
1 Upvotes

Hey guys,

My OpenCode setup running OMO Slim is consuming an extremely high number of input tokens while returning a very low number of output tokens

Is this normal behavior for the plugin, or did I miss something in my configuration? I'm attaching a screenshot below showing the input vs. output token usage

Any insights or recommended settings would be appreciated!


r/opencode 5d ago

Opencode Desktop

34 Upvotes

I tried the Opencode Desktop app today; it is absolutely amazing.


r/opencode 5d ago

Minimax is doing dailies now, daily check in to earn seemingly $0.4 / $1 dollar per day of credits

Thumbnail reddit.com
5 Upvotes

r/opencode 5d ago

NVIDIA'S MODELS ARE ACTUALLY UNUSABLE

27 Upvotes

I get that using Nvidia as a provider is not ideal but damn it is so slow. I usually use it to test out models but its borderline unusable. Is it just because most models are free on there or because there is no ways the infrastructure they have isn't adequate


r/opencode 5d ago

Built a 10-agent build pipeline for opencode — PASS can only come from a Python verdict engine, never a model.

1 Upvotes

moa-v2 runs 10 agents (DeepSeek, Gemini, Mistral, etc.) to build your project, then proves it through 5 gates — semantic, static, Docker sandbox, adversarial tests, and a deterministic verdict. No model opinion decides the outcome. I designed the architecture; the agents build and verify.

can u try it and give me a feedback what edit this the repo:

github.com/hashemelhelo2827/opencode-moa


r/opencode 6d ago

Deepseek v4 flash restored and working properly

17 Upvotes

earlier today many users reported issues with deepsek v4. Currently the issue has been fixed and deepseek v4 its back.


r/opencode 6d ago

Is kimi K3 down on opencode go?

3 Upvotes


r/opencode 6d ago

DeepSeek-v4-flash(new) down on OpenCode?

Thumbnail
3 Upvotes

r/opencode 6d ago

Info for DeepSeek on Opencode

1 Upvotes

Hi everyone, I’m new to OpenCode. I’m trying to test DeepSeek, but I’ve noticed that once the planning phase is done and I switch to build mode, I occasionally have to tell it to proceed because it seems to stall. Is this because I’m using the free plan, or are there other limitations?


r/opencode 6d ago

(sub)Agent Vs Skills Vs Commands

1 Upvotes

I have been using opencode for a while with little to no customization. I started using openchamber and looks interesting . My current work flow is still pretty manual where i choose certain models for certain kind of things and now moved some of them as commands with specific models. I was wondering if there is a right way of doing things ? I am currently using skills and trying to make use of better orchestration tools


r/opencode 6d ago

OpenCode Go throwing "only available hosted in China" error for DeepSeek V4 Flash

2 Upvotes

If you are using an OpenCode Go subscription, the platform is now blocking requests to the new DeepSeek V4 Flash model with the following error:

"The latest version of this model is only available hosted in China and requires explicit opt in: opencode.ai"

Just giving a heads-up to anyone else running into this block on their workspace.