openclaw - 💡(How to fix) Fix OpenCode Go provider: deepseek-v4-pro and deepseek-v4-flash missing from model list [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#74056Fetched 2026-04-30 06:29:17
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
closed ×1commented ×1cross-referenced ×1

When configuring OpenCode Go as a provider through OpenClaw's built-in config UI, the model list does not include deepseek-v4-pro or deepseek-v4-flash, despite these models being available on the OpenCode Go API.

Root Cause

When configuring OpenCode Go as a provider through OpenClaw's built-in config UI, the model list does not include deepseek-v4-pro or deepseek-v4-flash, despite these models being available on the OpenCode Go API.

RAW_BUFFERClick to expand / collapse

Description

When configuring OpenCode Go as a provider through OpenClaw's built-in config UI, the model list does not include deepseek-v4-pro or deepseek-v4-flash, despite these models being available on the OpenCode Go API.

Steps to Reproduce

  1. Open OpenClaw config
  2. In the model/provider section, select OpenCode Go from the provider list
  3. Enter a valid OpenCode Go API key
  4. View the available model list
  5. Observe that deepseek-v4-pro and deepseek-v4-flash are not listed

Expected Behavior

deepseek-v4-pro and deepseek-v4-flash should appear in the model selection list, as they are available on the OpenCode Go API.

Evidence

The OpenCode Go /v1/models endpoint returns these models (confirmed via GET https://opencode.ai/zen/go/v1/models):

  • deepseek-v4-pro (owned_by: opencode)
  • deepseek-v4-flash (owned_by: opencode)

Full model list from the endpoint: minimax-m2.7, minimax-m2.5, kimi-k2.6, kimi-k2.5, glm-5.1, glm-5, deepseek-v4-pro, deepseek-v4-flash, qwen3.6-plus, qwen3.5-plus, mimo-v2-pro, mimo-v2-omni, mimo-v2.5-pro, mimo-v2.5

Possible Cause

  • OpenClaw may be using a hardcoded/cached model list for the OpenCode Go provider that was built before deepseek-v4 was added
  • The provider plugin may be filtering models by a known-IDs allowlist instead of dynamically fetching from the API

Environment

  • Provider: OpenCode Go (configured via OpenClaw config UI)

extent analysis

TL;DR

Update the OpenClaw configuration to dynamically fetch the model list from the OpenCode Go API instead of relying on a hardcoded or cached list.

Guidance

  • Verify that the OpenCode Go API endpoint (https://opencode.ai/zen/go/v1/models) returns the expected models, including deepseek-v4-pro and deepseek-v4-flash.
  • Check the OpenClaw provider plugin configuration to see if it is using a hardcoded or cached model list, and update it to fetch the list dynamically from the API if possible.
  • If the plugin is using an allowlist, check if deepseek-v4-pro and deepseek-v4-flash are included in the list, and add them if necessary.
  • Test the updated configuration to ensure that the model list is correctly populated.

Example

No code snippet is provided as it is not explicitly mentioned in the issue.

Notes

The exact steps to update the OpenClaw configuration may vary depending on the specific implementation and version of OpenClaw and the OpenCode Go provider plugin.

Recommendation

Apply a workaround by updating the OpenClaw configuration to dynamically fetch the model list from the OpenCode Go API, as this is likely to resolve the issue and ensure that the model list remains up-to-date.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix OpenCode Go provider: deepseek-v4-pro and deepseek-v4-flash missing from model list [1 comments, 2 participants]