Skip to main content
Clients & tools

More tools

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).

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 protocolBase URLAPI KeySupported models
OpenAIhttps://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1Token Plan (Personal Edition) dedicated API KeySupported models (text generation only)
Anthropichttps://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic

Token Plan (Team Edition)

API protocolBase URLAPI KeySupported models
OpenAIhttps://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1Token Plan (Team Edition) dedicated API KeySupported models (text generation only)
Anthropichttps://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic

Coding Plan

API protocolBase URLAPI KeySupported models
OpenAIhttps://coding-intl.dashscope.aliyuncs.com/v1Coding Plan dedicated API KeySupported models
Anthropichttps://coding-intl.dashscope.aliyuncs.com/apps/anthropic

Pay-as-you-go

API protocolBase URLAPI KeySupported models
OpenAIhttps://dashscope-intl.aliyuncs.com/compatible-mode/v1Your QwenCloud API KeySupported models
Anthropichttps://dashscope-intl.aliyuncs.com/apps/anthropicSupported 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:
ExtensionSupported IDEsDocumentation
Claude CodeVS Code, JetBrains IDEsClaude Code
Kilo CodeVS Code, JetBrains IDEsKilo Code
Qwen CodeVS CodeQwen 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:
  1. In Trae, go to Settings > Models, click Add, and select Custom configuration.
  2. API format: Select OpenAI-compatible or Anthropic-compatible based on the protocol of the chosen endpoint.
  3. Request URL: Enter the Base URL of the corresponding plan in the table above.
  4. Model ID: Enter a model name supported by the chosen plan.
  5. API key: Enter the dedicated API key of the corresponding plan.
  6. After saving, select and use the model from the model list in the lower-right corner of the chat box.