Alibaba Coding Plan Provider
Access Alibaba Cloud’s Qwen3 Coder models through the Coding Plan API — a cost-effective option for high-volume coding tasks with strong context windows.Overview
| Field | Details |
|---|---|
| Preset ID | alibaba-coding-plan |
| Aliases | alibaba, acp |
| Default Profile Name | albb |
| Default Model | qwen3-coder-plus |
| Base URL | https://coding-intl.dashscope.aliyuncs.com/apps/anthropic |
| Auth Method | API Key (sk-sp-...) |
| Category | Recommended |
Quick Start
Authentication
Alibaba Coding Plan uses API key authentication — no OAuth required.Get API Key
Sign in to Alibaba Cloud Model Studio and obtain a Coding Plan key.Key format:
sk-sp-...Coding Plan keys are distinct from standard Alibaba Cloud API keys. Obtain them from the Coding Plan section of Model Studio.
Available Models
| Model | Input/M | Output/M | Context | Best For |
|---|---|---|---|---|
qwen3-coder-plus | $1.00 | $5.00 | 1M | Balanced coding tasks (default) |
qwen3-coder-flash | $0.30 | $1.50 | 1M | Fast, high-volume tasks |
Both models support 1M token context windows. Cache rates: creation = input price × 1.0, read = input price × 0.2.
Configuration
Via Dashboard
Manual Configuration
Create~/.ccs/albb.settings.json:
~/.ccs/config.yaml:
Model Switching
Commands Reference
Troubleshooting
401 Unauthorized
Symptom: Authentication error on first request Cause: Invalid or incorrectly formatted API key Solution:- Verify key starts with
sk-sp- - Re-create profile:
ccs api delete albb && ccs api create --preset alibaba-coding-plan - Confirm key is a Coding Plan key (not a standard Alibaba Cloud key)
404 Not Found
Symptom: Model not found error Cause: Model name mismatch Solution: Use exact model IDs:qwen3-coder-plus or qwen3-coder-flash
High Latency
The Coding Plan endpoint routes through Alibaba Cloud’s international network. For users in China, consider the domestic endpoint instead.Storage Locations
| Path | Description |
|---|---|
~/.ccs/albb.settings.json | Profile settings (base URL, API key, model) |
~/.ccs/config.yaml | Profile registration |
Cost Information
| Model | Input/M | Output/M | Cache Create/M | Cache Read/M |
|---|---|---|---|---|
qwen3-coder-plus | $1.00 | $5.00 | $1.00 | $0.20 |
qwen3-coder-flash | $0.30 | $1.50 | $0.30 | $0.06 |
Next Steps
API Profiles Overview
Configure other API-based providers
Qwen Provider (OAuth)
Use Qwen models via OAuth (no API key)
OpenRouter
Access 300+ models via single API key
All Providers
Compare all supported providers
