You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/qwen.md
+24-26Lines changed: 24 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,10 @@ compatibility alias.
26
26
- API style: OpenAI-compatible
27
27
28
28
<Tip>
29
-
If you want `qwen3.6-plus`, prefer the **Standard (pay-as-you-go)** endpoint.
30
-
Coding Plan support can lag behind the public catalog.
29
+
`qwen3.6-plus` is exposed on both Standard (pay-as-you-go) and Coding Plan
30
+
endpoints. Availability still depends on the upstream account plan and rollout
31
+
status, so providers may occasionally return a vendor-side unsupported-model
32
+
error until Alibaba fully enables it for a given tenant.
31
33
</Tip>
32
34
33
35
## Getting started
@@ -85,7 +87,7 @@ Choose your plan type and follow the setup steps.
85
87
</Tab>
86
88
87
89
<Tabtitle="Standard (pay-as-you-go)">
88
-
**Best for:** pay-as-you-go access through the Standard Model Studio endpoint, including models like `qwen3.6-plus` that may not be available on the Coding Plan.
90
+
**Best for:** pay-as-you-go access through the Standard Model Studio endpoint.
89
91
90
92
<Steps>
91
93
<Step title="Get your API key">
@@ -154,21 +156,19 @@ You can override with a custom `baseUrl` in config.
154
156
155
157
## Built-in catalog
156
158
157
-
OpenClaw currently ships this bundled Qwen catalog. The configured catalog is
158
-
endpoint-aware: Coding Plan configs omit models that are only known to work on
0 commit comments