openclaw - 💡(How to fix) Fix [Bug]: Add missing OpenCode Go models (Kimi K2.6, GLM-5.1, MiMo-V2, Qwen, DeepSeek) [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#71587Fetched 2026-04-26 05:11:04
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
closed ×1commented ×1labeled ×1

OpenClaw partially supports OpenCode Go models, but several newer models are missing from the model registry. During onboarding/wizard, only 4 OpenCode Go models are available:

  • opencode-go/glm-5
  • opencode-go/kimi-k2.5
  • opencode-go/minimax-m2.5
  • opencode-go/minimax-m2.7

Missing models to add:**

  • opencode-go/kimi-k2.6 (most requested - part of 3x quota promo)
  • opencode-go/glm-5.1
  • opencode-go/mimo-v2-pro
  • opencode-go/mimo-v2-omni
  • opencode-go/mimo-v2.5-pro
  • opencode-go/mimo-v2.5
  • opencode-go/qwen3.5-plus
  • opencode-go/qwen3.6-plus
  • opencode-go/deepseek-v4-pro
  • opencode-go/deepseek-v4-flash

Error Message

  1. Error: "Unknown model: opencode-go/kimi-k2.6"
  2. Same error: "Unknown model: opencode-go/kimi-k2.6"

Root Cause

OpenClaw partially supports OpenCode Go models, but several newer models are missing from the model registry. During onboarding/wizard, only 4 OpenCode Go models are available:

  • opencode-go/glm-5
  • opencode-go/kimi-k2.5
  • opencode-go/minimax-m2.5
  • opencode-go/minimax-m2.7

Missing models to add:**

  • opencode-go/kimi-k2.6 (most requested - part of 3x quota promo)
  • opencode-go/glm-5.1
  • opencode-go/mimo-v2-pro
  • opencode-go/mimo-v2-omni
  • opencode-go/mimo-v2.5-pro
  • opencode-go/mimo-v2.5
  • opencode-go/qwen3.5-plus
  • opencode-go/qwen3.6-plus
  • opencode-go/deepseek-v4-pro
  • opencode-go/deepseek-v4-flash
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

OpenClaw partially supports OpenCode Go models, but several newer models are missing from the model registry. During onboarding/wizard, only 4 OpenCode Go models are available:

  • opencode-go/glm-5
  • opencode-go/kimi-k2.5
  • opencode-go/minimax-m2.5
  • opencode-go/minimax-m2.7

Missing models to add:**

  • opencode-go/kimi-k2.6 (most requested - part of 3x quota promo)
  • opencode-go/glm-5.1
  • opencode-go/mimo-v2-pro
  • opencode-go/mimo-v2-omni
  • opencode-go/mimo-v2.5-pro
  • opencode-go/mimo-v2.5
  • opencode-go/qwen3.5-plus
  • opencode-go/qwen3.6-plus
  • opencode-go/deepseek-v4-pro
  • opencode-go/deepseek-v4-flash

Steps to reproduce

  1. Run openclaw onboard or edit ~/.openclaw/openclaw.json

  2. Try to set "primary": "opencode-go/kimi-k2.6"

  3. Error: "Unknown model: opencode-go/kimi-k2.6"

  4. Alternative: Try "Enter model manually" in the onboarding wizard

  5. Enter "opencode-go/kimi-k2.6"

  6. Same error: "Unknown model: opencode-go/kimi-k2.6"

Expected behavior

All 14 OpenCode Go models should be available, matching the official list at opencode.ai/docs/go. Manual entry should also work as a fallback.

Actual behavior

Both the wizard list and manual entry reject the missing models. The model registry appears to be hardcoded - there's no way to bypass it even with valid OpenCode Go API credentials.

OpenClaw version

OpenClaw 2026.4.2 (d74a122)

Operating system

Ubuntu

Install method

No response

Model

kimi k2.5

Provider / routing chain

kimi k2.5

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

Update the OpenClaw model registry to include the missing OpenCode Go models.

Guidance

  • Verify the list of supported models in the OpenClaw configuration files or documentation to confirm the missing models are not already included.
  • Check the OpenCode Go API documentation to ensure the missing models are valid and supported.
  • Consider updating the OpenClaw version to a newer release, if available, which may include the missing models.
  • If the model registry is hardcoded, it may be necessary to modify the OpenClaw source code to add support for the missing models.

Example

No code example is provided as the issue does not include sufficient technical details about the OpenClaw model registry implementation.

Notes

The solution may require modifications to the OpenClaw source code or configuration files, which could introduce compatibility issues or require additional testing.

Recommendation

Apply a workaround by manually updating the OpenClaw model registry to include the missing OpenCode Go models, as updating to a fixed version is not explicitly implied in the issue.

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…

FAQ

Expected behavior

All 14 OpenCode Go models should be available, matching the official list at opencode.ai/docs/go. Manual entry should also work as a fallback.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING