All Products
Search
Document Center

Alibaba Cloud Model Studio:Quick Start

Last Updated:Jun 18, 2026

This guide walks you through subscribing to and setting up Token Plan Team Edition in three simple 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 the seat type, quantity, and subscription period (monthly or annual), and complete your subscription. Both Alibaba Cloud accounts and RAM users can subscribe.

Step 2: Get your API key and base URL

  • API key: In the Token Plan console, go to the member management page. Create a member account, assign a seat, and then generate an API key for the member. For details, see team management.

  • Base URL: Select the base URL for the protocol your AI tool supports.

Protocol

Base URL

OpenAI-compatible

https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1

Anthropic-compatible

https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic

Step 3: Connect to an AI tool

Optional: Connect to image generation models

Token Plan Team Edition supports image generation models, such as qwen-image-2.0 and wan2.7-image. These models use dedicated endpoints and require integration through your AI tool's Skill or extension mechanism.

For configuration instructions, see Connect to a multimodal generation model.

Optional: Use tool calling

Tool calling allows a model to invoke extended capabilities during a conversation, such as Internet search and a code interpreter.

  • The qwen3.7-max, qwen3.7-plus, qwen3.6-plus, and qwen3.6-flash models include five built-in tools: Internet search, a code interpreter, web scraping, image search, and text-to-image generation. You can call these tools directly using the Responses API. They are provided at no extra charge, and the tokens they consume are deducted from your plan credits.

For detailed instructions, see Tool calling.