Skip to main content
Token Plan

Quick start

Subscribe to Token Plan (Team Edition) and get started in three steps: choose a plan, obtain your API key, and configure your AI tool.

Step 1: Subscribe to Token Plan (Team Edition)

Go to the Token Plan (Team Edition) purchase page, select a seat type, and complete the subscription. Both primary accounts and RAM users can subscribe.

Step 2: Obtain your dedicated API Key and Base URL

  • API Key: Create your dedicated API Key from the API Key page (displayed only once upon creation — save it immediately).
  • Base URL: Select the base URL that matches the protocol your AI tool supports.
ProtocolBase URL
OpenAI-compatiblehttps://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1
Anthropic-compatiblehttps://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic

Step 3: Set up your AI tool

Optional: Set up image generation models

Token Plan (Team Edition) supports image generation models such as qwen-image-2.0 and wan2.7-image. Image generation models use separate APIs and must be integrated through your AI tool's Skill or extension mechanism. For configuration details, see Integrate multimodal generation.

Optional: Tool calling

By integrating tools, models can use extended capabilities such as web search and code interpreter during conversations.
  • qwen3.6-plus: Has 5 built-in tools — web search, code interpreter, web scraping, reverse image search, and text-to-image search — that can be called directly through the Responses API. Built-in tools incur no additional charges; the tokens they consume are deducted from the plan's Credits.
For details, see Integrate tools and MCP.