anomalyco / anomalyco/opencode
opencode-go套餐使用异常
@MrMushrooooom is already working on this.
Since Aug 1, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
On Windows desktop, multiple opencode-go models are visible in the model picker but fail when actually invoked.
Confirmed behaviors on my machine:
gpt-5.6-lunais visible, but invocation fails withUpstream request failed: [403] This model is not available in your region.kimi-k3is visible, but invocation fails with repeatedAI_APICallError: Internal server error.deepseek-v4-flashis visible, but invocation also fails with repeatedAI_APICallError: Internal server error.
The runtime log shows these requests are actually going through opencode-go, so this does not look like a local model-name typo or wrong provider selection.
Plugins
C:/Users/admin/.config/opencode/plugins/opencode-context-cache.mjs- local
rtk.tsplugin is also detected at startup, but it is disabled because thertkbinary is not present in PATH
OpenCode version
- Desktop:
1.18.10 - CLI:
1.18.10
Steps to reproduce
- Open OpenCode Desktop on Windows.
- Open a project session under
D:\work\VisionSolution\IntegratedSoftware-master修改前. - Select provider/model from
opencode-go. - Try
gpt-5.6-luna,kimi-k3, ordeepseek-v4-flash. - Send a normal prompt.
- Observe the failures:
gpt-5.6-luna->403 This model is not available in your regionkimi-k3-> repeatedInternal server errordeepseek-v4-flash-> repeatedInternal server error
Screenshot and/or share link
I attached local screenshots during reproduction. I do not currently have a share link.
Operating System
Windows 11
Terminal
Windows PowerShell 5.1
Additional evidence
Local log file:
C:\Users\admin\.local\share\opencode\log\opencode.log
Observed log evidence:
providerID=opencode-go modelID=gpt-5.6-luna
->AI_APICallError: Upstream request failed: [403] This model is not available in your region.providerID=opencode-go modelID=kimi-k3
-> repeatedAI_APICallError: Internal server errorproviderID=opencode-go modelID=deepseek-v4-flash
-> repeatedAI_APICallError: Internal server error
This looks like the catalog rollout and actual invocation availability may be out of sync for some opencode-go models.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.