球球TokenQiuqiu Token Docs中文

FAQ

Which Base URL should I use?

OpenAI-compatible clients usually use:

https://api.qiuqiutoken.com/v1

Claude-compatible clients usually use:

https://api.qiuqiutoken.com

Do not manually append /v1 to Claude-compatible clients unless that client explicitly asks for it.

Why should I avoid the default token group?

default is not a dedicated pool for Codex, Claude Code, Gemini CLI, or other specific clients. Choosing it by habit may cause model mismatch, client failures, or unexpected pricing. Choose the token group that matches your actual client and model scenario.

Where do I create an API token?

Open Token Management, click "Add Token", choose the correct group, and copy the generated API Key. See Create an API Token for screenshots.

What should I check when a client cannot connect?

Check these items first:

  1. The API Key was copied completely and has no leading or trailing spaces.
  2. The Base URL matches the client protocol.
  3. The token group matches the model and client.
  4. The wallet has enough balance.
  5. The model name is available in the selected group.
  6. Your local network can access the selected API domain.

Where should I start?

Start with Quick Start, then open the guide for your target client under CLI Guides.