Skip to main content
kRouter
All providers

Pay-per-token

alitp-intl/

Alibaba Token Plan

Alibaba Token Plan — connect via API key.

modelstudio.console.alibabacloud.com

Quick setup

  1. Open the kRouter dashboard at http://localhost:20128

  2. Go to Providers → click Alibaba Token Plan

  3. Paste your API key, click Save

  4. Test the connection

Use in your IDE

Point any OpenAI-compatible client at kRouter using your local API key.

ide configbash
# Endpoint
http://localhost:20128/v1

# API key (from Dashboard → API Keys)
sk-krouter-XXXX

# Model
alitp-intl/<model-id>

How Alibaba Token Plan billing works with kRouter

Alibaba Token Plan is pay-per-token. You bring your own API key and kRouter routes to it, so you keep your own rate limits and billing relationship. kRouter authenticates it via apikey. 6 models are routable as alitp-intl/<model>.

Through kRouter, Alibaba Token Plan serves chat and code completion. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from Alibaba Token Plan is a one-line model change in your client rather than a rewrite.

Prepaid Alibaba token plan (ap-southeast-1). OpenAI-compatible.

Alibaba Token Plan models & pricing

Prices are USD per 1M tokens, cheapest first. kRouter bills nothing on top; this is the provider's own rate.

ModelRoute asInput /1MOutput /1M
DeepSeek V4 Proalitp-intl/deepseek-v4-pro$0.43$0.87
Qwen3.8 Max Previewalitp-intl/qwen3.8-max-preview$0.50$2.00
Qwen3.7 Maxalitp-intl/qwen3.7-max$0.50$2.00
Qwen3.7 Plusalitp-intl/qwen3.7-plus$0.50$2.00
Qwen3.6 Flashalitp-intl/qwen3.6-flash$0.50$2.00
GLM 5.2alitp-intl/glm-5.2$1.00$4.00

Alibaba Token Plan links

Alibaba Token Plan FAQ

Is Alibaba Token Plan free through kRouter?

Alibaba Token Plan is pay-per-token: you bring your own API key and are billed by Alibaba Token Plan at their rates. kRouter adds nothing on top and is free and MIT-licensed.

How do I use Alibaba Token Plan with Claude Code or Cursor?

Connect Alibaba Token Plan in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as alitp-intl/<model>.

Which Alibaba Token Plan models can kRouter route to?

6 models, including Qwen3.8 Max Preview, Qwen3.7 Max, Qwen3.7 Plus. Every one is addressed as alitp-intl/<model> from any client.

What happens when Alibaba Token Plan is rate limited?

kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.