Skip to main content
Use in AI Tools

Other tools

Use Token Plan with any compatible AI tool

Connect third-party coding tools or IDE extensions to Token Plan using OpenAI or Anthropic-compatible protocols.
This service is intended for use only within interactive programming tools, such as Claude Code and OpenClaw. Do not use the service for automated API calls, such as in scripts, custom application backends, or any other non-interactive, batch-processing scenarios. Using your plan's API key for calls outside the permitted scope is a violation and may result in the suspension of your subscription or the revocation of your API key.

Connect text generation models

Configure one of these API protocols. Your tool must support custom server endpoints.

OpenAI-compatible protocol

  • Base URL: https://token-plan.ap-southeast-1.maas.aliyuncs.com/compatible-mode/v1
  • API Key: Enter your Token Plan API key.
  • Model: See supported models. Only text generation models are supported.

Anthropic-compatible protocol

  • Base URL: https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic
  • API Key: Enter your Token Plan API key.
  • Model: See supported models. Only text generation models are supported. DeepSeek V3.2 does not support the Anthropic protocol. To use this model, connect using the OpenAI-compatible protocol.
Some tools (such as Kilo Code and OpenCode) use the @ai-sdk/anthropic SDK, which appends /messages instead of /v1/messages to the Base URL. For these tools, set the Base URL to https://token-plan.ap-southeast-1.maas.aliyuncs.com/apps/anthropic/v1.

Connect image generation models

Image generation models use a separate API and cannot be called directly through a tool's model configuration. You must integrate them using the tool's extension mechanisms, such as Slash Commands, Skills, or Agents. For configuration instructions, see Integrate multimodal generation models.

Unsupported tool types

Token Plan supports AI coding tools and OpenClaw-type agents only. These tool types are not supported:
  • Workflow or automation platforms: such as Dify, n8n, or Coze.
  • API testing tools: such as Postman or Insomnia.
  • Custom applications: such as automated scripts or application backends that make direct API calls.

Use in IDE

Some coding tools -- such as Cursor Free and Trae -- do not support custom endpoints and cannot connect directly to Token Plan.
To use Token Plan in VS Code-based IDEs (like Cursor or Trae) or JetBrains IDEs (like IntelliJ IDEA or PyCharm), install one of these: