Connect any OpenAI or Anthropic compatible programming tool
QwenCloud supports any third-party programming tool compatible with OpenAI or Anthropic API protocols that allows custom endpoints. Connect via Pay-as-you-go, Coding Plan, Token Plan (Personal Edition), or Token Plan (Team Edition).
QwenCloud offers four billing plans:
Token Plan (Team Edition) and Coding Plan support only AI programming tools and OpenClaw-type agents. The following tools are not supported:
To use QwenCloud in VS Code variants or JetBrains IDEs, install one of the following extensions:
Trae supports custom models, so you can connect to QwenCloud by configuring the service endpoint of any plan above directly, with no extension required. The following steps use Trae as an example:
Configure credentials
QwenCloud offers four billing plans:
- Token Plan (Personal Edition): Deducts personal Credits based on token consumption.
- Token Plan (Team Edition): Seat-based subscription. Token consumption is deducted from Credits.
- Coding Plan: Fixed monthly subscription billed by number of model calls.
- Pay-as-you-go: Post-paid based on actual usage.
Token Plan (Personal Edition)
| API protocol | Base URL | API Key | Supported models |
|---|---|---|---|
| OpenAI | https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1 | Token Plan (Personal Edition) dedicated API Key | Supported models (text generation only) |
| Anthropic | https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic |
Token Plan (Team Edition)
| API protocol | Base URL | API Key | Supported models |
|---|---|---|---|
| OpenAI | https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1 | Token Plan (Team Edition) dedicated API Key | Supported models (text generation only) |
| Anthropic | https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic |
Coding Plan
| API protocol | Base URL | API Key | Supported models |
|---|---|---|---|
| OpenAI | https://coding-intl.dashscope.aliyuncs.com/v1 | Coding Plan dedicated API Key | Supported models |
| Anthropic | https://coding-intl.dashscope.aliyuncs.com/apps/anthropic |
Pay-as-you-go
| API protocol | Base URL | API Key | Supported models |
|---|---|---|---|
| OpenAI | https://dashscope-intl.aliyuncs.com/compatible-mode/v1 | Your QwenCloud API Key | Supported models |
| Anthropic | https://dashscope-intl.aliyuncs.com/apps/anthropic | Supported models |
Unsupported tool types
Token Plan (Team Edition) and Coding Plan support only AI programming tools and OpenClaw-type agents. The following tools are not supported:
- Workflow and automation platforms: Dify, n8n, Coze, etc.
- API testing tools: Postman, Insomnia, etc.
- Custom applications: automated scripts, application backends calling the API directly, etc.
Using a plan API key for calls outside the permitted scope will be considered a violation or abuse, and may result in subscription suspension or API key ban.
Use in IDEs
To use QwenCloud in VS Code variants or JetBrains IDEs, install one of the following extensions:
| Extension | Supported IDEs | Documentation |
|---|---|---|
| Claude Code | VS Code, JetBrains IDEs | Claude Code |
| Kilo Code | VS Code, JetBrains IDEs | Kilo Code |
| Qwen Code | VS Code | Qwen Code |
Configuration example: Trae
Trae supports custom models, so you can connect to QwenCloud by configuring the service endpoint of any plan above directly, with no extension required. The following steps use Trae as an example:
- In Trae, go to Settings > Models, click Add, and select Custom configuration.
- API format: Select OpenAI-compatible or Anthropic-compatible based on the protocol of the chosen endpoint.
- Request URL: Enter the Base URL of the corresponding plan in the table above.
- Model ID: Enter a model name supported by the chosen plan.
- API key: Enter the dedicated API key of the corresponding plan.
- After saving, select and use the model from the model list in the lower-right corner of the chat box.