Token Plan (Team Edition)
Best for assigned developers or teams using Cline regularly and wanting Credits-based access to the current Token Plan model pool.
Tool + model pairing
VS Code extension for code generation, debugging, file edits, terminal actions, and agentic developer workflows.
Cline provides a direct OpenAI Compatible setup inside VS Code. It is a practical route for developers who want Alibaba-hosted models without moving repository work out of their current editor.
Choose the right access route
Cline is one of the simplest UI-based integrations. The main risks are mixing plan credentials and forgetting Cline's model-specific message-format option for thinking models.
Best for assigned developers or teams using Cline regularly and wanting Credits-based access to the current Token Plan model pool.
Best for an individual using Cline interactively with a fixed monthly model-call allowance.
Use for extension-driven automation that is not an assigned user's interactive coding session, and for application/backend calls.
Safe configuration pattern
The example is deliberately redacted. Replace placeholders only on your device and never paste a real API key into Nfero.
API Provider: OpenAI Compatible
Base URL: https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1
API key: YOUR_TOKEN_PLAN_API_KEY
Model ID: qwen3.7-plusModel pairings
Use this tool to run interactive coding, reasoning, review, and documentation tasks with each model. Confirm final model availability and exact plan support in Alibaba Cloud before production use.
Strong current default for coding, reasoning, and repository assistance.
Long-context alternative for larger workspaces and multi-file tasks.
Efficient Token Plan option for quick explanations and smaller edits.
Common problems
The key does not match the base URL, or a pay-as-you-go key was entered for a plan endpoint.
Choose one access route and replace both values together. For pay-as-you-go, also match the key's region to the endpoint.
The selected thinking model requires the alternate message format in Cline.
Open MODEL CONFIGURATION and enable R1 messages format as described in Alibaba's Cline guide.
The model ID is misspelled or is not in the selected plan's exact-string allowlist.
Copy the model ID from the current official plan page instead of inferring a version or alias.
Agentic edits can involve repeated file reads, tool calls, and model turns.
Start with a narrow folder, give a precise task, review the plan usage, and split large changes into smaller sessions.