Frequently asked questions about Token Plan Team Edition, covering product selection, Credits billing and quota, model and tool compatibility, usage restrictions, purchasing, renewal, and cancellation.
Product positioning and plan selection
What is the difference between Individual Edition and Team Edition? Which one should I choose?
Comparison | Individual Edition | Team Edition |
Use cases | Individual developers | Teams / Enterprises |
Quota mechanism | 5-hour + 7-day fixed window quota | Fixed monthly quota |
Team management | Not supported | Seat assignment and revocation, member usage analysis, SSO integration |
Data security | Data usage is governed by the service agreement | Committed to not using conversation data for model training |
Peak-time performance | Possible waiting during peak hours | Multi-tenant isolation, no queuing during peak hours |
For individual developers or day-to-day use of AI coding tools, the Individual Edition is sufficient. For teams that need multi-member collaboration, centralized seat and usage management, and higher data security requirements, choose the Team Edition.
Can I purchase both Individual Edition and Team Edition at the same time? Are the quotas separate or shared?
Yes, you can purchase both. The same Alibaba Cloud account can hold both Individual Edition and Team Edition simultaneously. Each is billed independently and the quotas are not shared.
Credits billing and quota
How does the Team Edition quota mechanism work?
The Team Edition uses a fixed monthly quota with no 5-hour or 7-day window restrictions. Monthly quota by seat type:
Standard seat: 25,000 Credits/seat/month
Advanced seat: 100,000 Credits/seat/month
Premium seat: 250,000 Credits/seat/month
Seat quotas reset at the end of each subscription month. Unused quota does not carry over to the next month.
What happens when the seat quota is exhausted?
When the seat quota is exhausted, API calls are blocked and no pay-as-you-go charges apply. To restore service:
Wait for the quota to reset automatically at the next subscription month.
Purchase a shared quota pack (625,000 Credits each, valid for 1 month), shared among all team members.
Model and tool compatibility
Which models does Token Plan Team Edition support?
The Team Edition supports text generation, reasoning, visual understanding, image generation, and video generation. For the specific model list and deduction coefficients, see the model list page in the console.
Does it support third-party tools such as Cursor, Claude Code, and Cline?
Yes. Token Plan is compatible with the OpenAI and Anthropic protocols. Any tool that supports custom Base URL and API Key can be integrated, including Cursor, Claude Code, Qwen Code, Qoder, Qoder CN, Cline, OpenClaw, Cherry Studio, Chatbox, and more. For specific configuration instructions, see the AI tool integration section in the Quick Start guide.
Can the Team Edition API Key be used with the Individual Edition?
No. The Individual Edition and Team Edition each generate independent API Keys that cannot be used interchangeably. The system automatically identifies the corresponding plan based on the API Key.
What are Harness tools?
Harness tools are built-in extended capabilities of models, including web search, text-to-image search, image-to-image search, web scraping, code interpreter, and more. The Team Edition supports Harness tools, and Credits are consumed based on the tool deduction coefficient when called. Currently, only the qwen3.7 and qwen3.8 series models support native Harness tool calls.
Usage restrictions
How is peak-time performance?
The Team Edition is built on a multi-tenant isolation architecture, with no queuing during peak hours.
Purchasing, renewal, and cancellation
Can RAM sub-accounts make purchases?
Yes. The primary account must complete the following authorization before a RAM user can use Token Plan:
Grant the RAM user the
AliyunTokenPlanReadOnlyAccess(read-only) orAliyunTokenPlanFullAccess(management) system policy in the RAM console.Assign the Administrator or Subscribe Plan role to the RAM user on the Account Management page of the Bailian console.
Can I upgrade? How is the quota calculated after an upgrade?
Seat upgrades are supported. The upgrade takes effect immediately, and the quota is applied based on the new seat type. You need to pay the price difference (prorated based on remaining days).
Can I downgrade?
Downgrades are not supported. If you need a lower seat type, you can resubscribe after your current subscription expires.
How do I cancel auto-renewal?
Sign in to Billing Management > Renewal Management, find the Token Plan Team Edition order, and disable auto-renewal.
Can I change the subscription duration when renewing?
No. Renewal only supports renewing with the original subscription duration. If you need a different subscription duration, you can repurchase after the subscription expires.
How does promotional pricing work?
Promotional pricing applies only to monthly subscriptions for new purchases, renewals, and auto-renewals. Annual subscriptions and seat upgrades are not eligible.
When adding seats mid-cycle, the fee is prorated by remaining days, and the actual charge is the lower of the prorated amount and the promotional price.
Example: The standard seat has an original price of ¥198/month and a promotional price of ¥150/month.
The prorated fee for remaining days is ¥99, which is lower than the promotional price, so ¥99 is charged.
The prorated fee for remaining days is ¥165, which exceeds the promotional price, so ¥150 is charged.
Relationship with existing products
Will purchasing Team Edition conflict with an existing Individual Edition?
No conflict. Both can be held simultaneously and are billed independently. The corresponding plan is automatically matched based on the API Key.
Connection errors
Common errors and solutions
Error message | Possible cause | Solution |
401 InvalidApiKey: No API-key provided. | The request header does not include an API Key | Generate an API Key and configure it in your tool |
401 InvalidApiKey: Invalid API-key provided. | Used a pay-as-you-go API Key or a Coding Plan Key by mistake; subscription expired; Key copied incompletely | Confirm you are using the Token Plan Team Edition API Key, and ensure it is complete with no spaces |
404 model 'xxx' not found or not supported | Model name is misspelled or not in the supported list | Confirm that the model name is case-sensitive and matches the model ID supported by the plan |
401 invalid access token or token expired | Used the Base URL for Coding Plan or another billing mode by mistake | Use the Token Plan Team Edition Base URL |
401 Incorrect API key provided | Used the Model Studio general-purpose Base URL (dashscope.aliyuncs.com) by mistake | Use the Token Plan Team Edition Base URL |
400 Range of input length should be [1, xxx] | Input content exceeds the model's maximum context length | Start a new session to clear history, or use the tool's context compression command |
400 error when calling image/video generation models (e.g., qwen-image-2.0, wan2.7-image) | Image and video generation models use separate endpoints and cannot be called directly through the text model's Base URL. | Integrate via the tool's Skill, Slash Command, or Agent extension mechanism. See Integrate multimodal generation models. |
429 Requests rate limit exceeded | Too many requests in a short period triggered the model rate limit | Wait one minute and retry, and reduce the request frequency |
429 Allocated quota exceeded | Seat monthly quota exhausted | Purchase a shared quota pack or wait for the quota to reset next month |