Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw now treats Qwen as a first-class bundled provider with canonical id
qwenmodelstudioqwenQWEN_API_KEYMODELSTUDIO_API_KEYDASHSCOPE_API_KEYChoose your plan type and follow the setup steps.
text<Steps> <Step title="Get your API key"> Create or copy an API key from [home.qwencloud.com/api-keys](https://home.qwencloud.com/api-keys). </Step> <Step title="Run onboarding"> For the **Global** endpoint: ```bash} openclaw onboard --auth-choice qwen-api-key ``` For the **China** endpoint: ```bash} openclaw onboard --auth-choice qwen-api-key-cn ``` </Step> <Step title="Set a default model"> ```json5} { agents: { defaults: { model: { primary: "qwen/qwen3.5-plus" }, }, }, } ``` </Step> <Step title="Verify the model is available"> ```bash} openclaw models list --provider qwen ``` </Step> </Steps> <Note> Legacy `modelstudio-*` auth-choice ids and `modelstudio/...` model refs still work as compatibility aliases, but new setup flows should prefer the canonical `qwen-*` auth-choice ids and `qwen/...` model refs. If you define an exact custom `models.providers.modelstudio` entry with another `api` value, that custom provider owns `modelstudio/...` refs instead of the Qwen compatibility alias. </Note>
text<Steps> <Step title="Get your API key"> Create or copy an API key from [home.qwencloud.com/api-keys](https://home.qwencloud.com/api-keys). </Step> <Step title="Run onboarding"> For the **Global** endpoint: ```bash} openclaw onboard --auth-choice qwen-standard-api-key ``` For the **China** endpoint: ```bash} openclaw onboard --auth-choice qwen-standard-api-key-cn ``` </Step> <Step title="Set a default model"> ```json5} { agents: { defaults: { model: { primary: "qwen/qwen3.5-plus" }, }, }, } ``` </Step> <Step title="Verify the model is available"> ```bash} openclaw models list --provider qwen ``` </Step> </Steps> <Note> Legacy `modelstudio-*` auth-choice ids and `modelstudio/...` model refs still work as compatibility aliases, but new setup flows should prefer the canonical `qwen-*` auth-choice ids and `qwen/...` model refs. If you define an exact custom `models.providers.modelstudio` entry with another `api` value, that custom provider owns `modelstudio/...` refs instead of the Qwen compatibility alias. </Note>
| Plan | Region | Auth choice | Endpoint |
|---|---|---|---|
| Standard (pay-as-you-go) | China | text qwen-standard-api-key-cn | text dashscope.aliyuncs.com/compatible-mode/v1 |
| Standard (pay-as-you-go) | Global | text qwen-standard-api-key | text dashscope-intl.aliyuncs.com/compatible-mode/v1 |
| Coding Plan (subscription) | China | text qwen-api-key-cn | text coding.dashscope.aliyuncs.com/v1 |
| Coding Plan (subscription) | Global | text qwen-api-key | text coding-intl.dashscope.aliyuncs.com/v1 |
The provider auto-selects the endpoint based on your auth choice. Canonical choices use the
qwen-*modelstudio-*baseUrlOpenClaw currently ships this bundled Qwen catalog. The configured catalog is endpoint-aware: Coding Plan configs omit models that are only known to work on the Standard endpoint.
| Model ref | Input | Context | Notes |
|---|---|---|---|
text qwen/qwen3.5-plus | text, image | 1,000,000 | Default model |
text qwen/qwen3.6-plus | text, image | 1,000,000 | Prefer Standard endpoints when you need this model |
text qwen/qwen3-max-2026-01-23 | text | 262,144 | Qwen Max line |
text qwen/qwen3-coder-next | text | 262,144 | Coding |
text qwen/qwen3-coder-plus | text | 1,000,000 | Coding |
text qwen/MiniMax-M2.5 | text | 1,000,000 | Reasoning enabled |
text qwen/glm-5 | text | 202,752 | GLM |
text qwen/glm-4.7 | text | 202,752 | GLM |
text qwen/kimi-k2.5 | text, image | 262,144 | Moonshot AI via Alibaba |
For reasoning-enabled Qwen Cloud models, the bundled provider maps OpenClaw thinking levels to DashScope's top-level
enable_thinkingenable_thinking: falseenable_thinking: trueThe
qwenqwen-vl-max-latestwan2.6-t2vwan2.6-i2vwan2.6-r2vwan2.6-r2v-flashwan2.7-r2vTo use Qwen as the default video provider:
json5{ agents: { defaults: { videoGenerationModel: { primary: "qwen/wan2.6-t2v" }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine