Quick start

更新时间:
复制 MD 格式

Complete Token Plan Team Edition subscription and integration in three steps: choose a plan, get 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 tier and subscription period, and complete the subscription. Both primary accounts and RAM users can subscribe.

  • RAM user authorization: Before a RAM user can use Token Plan, the primary account must complete the following authorization:

    1. In the RAM console, grant the RAM user the AliyunTokenPlanReadOnlyAccess (read-only) or AliyunTokenPlanFullAccess (management) system policy, and also grant the AliyunBSSReadOnlyAccess system policy.

    2. In the Model Studio console Account Management page, assign the Administrator or Subscribe Plan role to the RAM user.

Step 2: Get the API Key and Base URL

  • API Key: On the Member Management page or Admin Platform in the Token Plan console, create member accounts, assign seats, and generate API Keys for members. For details, see Team Management.

    API Key usage notes:

    • Before generating an API Key, you must assign a seat to the corresponding account on the Member Management page.

    • Token Plan API Keys are displayed in full only once when created or reset. After that, the console only shows masked information (e.g., sk-sp-****). Copy and save the key immediately when it is generated.

    • Token Plan API Keys start with sk-sp-, which differs from the standard Model Studio API Key format (starting with sk-). The two types are not interchangeable.

  • Base URL: Select the Base URL that corresponds to the protocol supported by your AI tool.

Protocol

Base URL

OpenAI-compatible

https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1

Anthropic-compatible

https://token-plan.cn-beijing.maas.aliyuncs.com/apps/anthropic

Important

The API Keys and Base URLs for Token Plan, Coding Plan, and pay-as-you-go are completely isolated and must be used in matching pairs. Do not mix them.

  • Token Plan Team Edition: Use the dedicated API Key starting with sk-sp- + the Base URL in the table above.

  • Coding Plan: Use the Coding Plan dedicated API Key + https://coding.dashscope.aliyuncs.com/v1.

  • Pay-as-you-go: Use the standard API Key (starting with sk-) + https://dashscope.aliyuncs.com/compatible-mode/v1.

If you purchased Token Plan but use a standard API Key or a Base URL from another billing mode, your calls will be routed to the pay-as-you-go channel (causing unexpected charges) or return a 401/403 authentication error.

Step 3: Connect to an AI tool

Configure the API Key and Base URL in your AI tool to start using the service.

Optional: Connect to multimodal generation models

Token Plan Team Edition supports multimodal generation models (wan2.7-image, happyhorse-1.1-t2v, etc.). Multimodal generation models use a separate API and need to be integrated through the Skill or extension mechanism of your AI tool. For details, see Integrate multimodal generation models.

Optional: Connect to Harness tools

Through Harness tool calling, models can invoke extended capabilities such as web search, text-to-image search, reverse image search, web scraping, and code interpreter during conversations. Currently only qwen3.7 and qwen3.8 support native tool calling through the Responses API. Harness tools consume Credits based on a deduction coefficient. For details, see Integrate Harness tools.