What is AliCode
AliCode is a single access point to language models from many providers (Anthropic, OpenAI, Google, DeepSeek and more). Instead of a separate account, key and invoice per provider, you get one key and one endpoint that reach every model at once.
Why it exists
Normally each model provider needs its own account, key, billing and integration. AliCode unifies them: one account, one key, one base URL — and the whole model market behind it. It speaks the OpenAI and Anthropic protocols, so it drops into Cursor, Cline, Claude Code and any official SDK with zero code changes.
Core principle — honest routing
You choose the model — in the model field. The service never auto-picks or substitutes: a request goes to exactly the model whose id you named, and its own answer comes back. The service handles routing, resilience and unified accounting. You pay strictly for the tokens actually used.
- Two compatible surfaces: OpenAI (/v1/chat/completions) and Anthropic (/v1/messages).
- Streaming (SSE), tool calling, vision and reasoning work natively — passed through as-is.
- Transparent per-token pricing — a fixed rate per model.
- Credits never expire; no subscriptions, no minimums.
Where to start
New here? Head to the quickstart: three steps to your first model response. Then read “How to choose a model” and connect your editor or SDK.