AceDataCloud Coding Plan Setup Center

Coding Plan uses one Ace Data Cloud API Token across Claude Code, Codex CLI, Cursor, VS Code, and OpenAI-compatible clients, with free switching among Claude, GPT, GLM, Kimi, DeepSeek, and more.

Pro, Max, and Ultra unlock the same complete model fleet. Plans differ only in included Credits. Thirty days is the validity of the Credits added by that purchase—not a model-unlock period. Coding Applications do not fall back to the general balance.

Complete model fleet

The live model directory keeps evolving. Current coverage includes:

Ecosystem Representative models Best for
Claude Opus, Sonnet, Haiku Large codebases, complex refactors, long tasks, code review
GPT / Codex Flagship and efficient GPT models Codex agents, tool use, Responses workflows
GLM GLM 4.x / 5.x Chinese development, daily coding, cost-efficient tasks
Kimi K2 / K3 families Long context, repository understanding, planning and implementation
DeepSeek R1, V3, V4 families Reasoning, algorithms, high-frequency efficient calls

Models are not gated by plan tier. After purchasing any plan, choose from the complete model directory in your client. Treat the real-time /v1/models response as authoritative.

Claude Code

export ANTHROPIC_BASE_URL="https://api.acedata.cloud"
export ANTHROPIC_AUTH_TOKEN="YOUR_API_TOKEN"
claude

Claude Code uses the Anthropic Messages protocol. Complete guides:

Codex CLI

export OPENAI_BASE_URL="https://api.acedata.cloud/v1"
export OPENAI_API_KEY="YOUR_API_TOKEN"
codex

Codex is the client entry point; it calls models from the GPT directory. Complete guides:

Cursor and other OpenAI-compatible clients

Configure the client's OpenAI provider with:

Base URL: https://api.acedata.cloud/v1
API Key: YOUR_API_TOKEN

Verified guide: Cursor Coding setup

Plans and Credits

Plan Credits Price Credit validity Model access
Coding Pro 200 ¥99 30 days Every model
Coding Max 1,500 ¥699 30 days Every model
Coding Ultra 4,000 ¥1,399 30 days Every model

Models consume Credits according to actual API usage. Efficient models suit frequent daily work; premium models are best reserved for critical refactors and long tasks. Plans do not promise a fixed message count or unlimited usage. Purchase again whenever the balance is depleted.

Choosing a model

  • Large refactors, cross-file analysis, and long agent tasks: start with Claude Opus or Sonnet.
  • Codex CLI, Responses toolchains, and OpenAI SDKs: choose a GPT model.
  • Chinese projects and cost-efficient daily coding: try GLM.
  • Very long context, requirements, and repository planning: try Kimi.
  • Algorithmic reasoning, high-frequency work, and cost-sensitive tasks: try DeepSeek.

Troubleshooting

Insufficient balance

Open the Applications console, find the Coding Application, and purchase again. Coding balance never falls back to the general balance.

The client still calls its original endpoint

Confirm the environment variables are set in the same terminal session that launches the client, then fully quit and restart it.

A model name is unavailable

Request GET https://api.acedata.cloud/v1/models for the live directory. Do not use Codex as a model ID: Codex is the client, and GPT models are selected after setup.

The token cannot call an endpoint

Confirm the credential belongs to the Coding Application and inspect its API scope. Coding Plan supports Claude Messages, Count Tokens, OpenAI Chat Completions, and OpenAI Responses.