openclaw - 💡(How to fix) Fix qwen3.6-plus model shows as 'missing' when using DashScope Coding Plan base URL [1 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#70926Fetched 2026-04-24 10:37:49
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Author
Participants
Timeline (top)
closed ×1

Root Cause

In the OpenClaw source code (), there is filtering logic:

This code **explicitly filters out ** when the base URL is (the Coding Plan endpoint).

Fix Action

Workaround

Switch the base URL to (standard endpoint) instead of the Coding Plan URL. However, this may not be feasible for users who rely on Coding Plan credits/tiers.

RAW_BUFFERClick to expand / collapse

Problem

model shows as with null metadata when using the DashScope Coding Plan base URL (), even though the model is explicitly configured in .

Model List Output

User Configuration

Root Cause

In the OpenClaw source code (), there is filtering logic:

This code **explicitly filters out ** when the base URL is (the Coding Plan endpoint).

Expected vs Actual

  • Expected: qwen3.6-plus should be available on the Coding Plan API, as officially supported by Alibaba Cloud
  • Actual: OpenClaw incorrectly filters out this model, causing it to appear in the fallback list with corrupted/incomplete metadata

Impact

Users with Coding Plan API keys cannot use the model in OpenClaw, even though the model is officially supported by Alibaba Cloud.

Version

OpenClaw 2026.4.22 (00bd2cf)

Suggested Fix

Update to allow on Coding Plan endpoints, or remove the filtering entirely if the model is now supported.

Alternatively, the model catalog should be updated to reflect current Alibaba Cloud DashScope capabilities.

Workaround

Switch the base URL to (standard endpoint) instead of the Coding Plan URL. However, this may not be feasible for users who rely on Coding Plan credits/tiers.

extent analysis

TL;DR

Update the OpenClaw source code to allow the qwen3.6-plus model on Coding Plan endpoints or remove the filtering logic to resolve the issue.

Guidance

  • Verify that the qwen3.6-plus model is officially supported by Alibaba Cloud and compatible with the Coding Plan API.
  • Check the OpenClaw source code to confirm the filtering logic is the cause of the issue.
  • Consider updating the model catalog to reflect current Alibaba Cloud DashScope capabilities.
  • As a temporary workaround, switch the base URL to the standard endpoint instead of the Coding Plan URL, if feasible.

Example

No code snippet is provided as it is not explicitly supported by the issue.

Notes

The suggested fix assumes that the qwen3.6-plus model is indeed supported by Alibaba Cloud and compatible with the Coding Plan API. Further investigation may be required to confirm this.

Recommendation

Apply the workaround by switching the base URL to the standard endpoint, as updating the OpenClaw source code may require more time and resources. This will allow users to access the qwen3.6-plus model, although it may not be feasible for users relying on Coding Plan credits/tiers.

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 qwen3.6-plus model shows as 'missing' when using DashScope Coding Plan base URL [1 participants]