Claude Code
Anthropic's official terminal CLI. Point it at ByteSeek with two environment variables — five minutes, done.
Install
Pick whichever channel fits your workflow:
macOS / Linux
Windows PowerShell
Windows CMD (install Git for Windows first)
Product intro on the Anthropic website; commands and usage in the official docs.
Prerequisites
- Claude Code installed (
claude --versionprints a version) - A key for an Anthropic-format group created on the API Keys page (format guidance in API Endpoints)
Configure
Append to your shell config (~/.bashrc or ~/.zshrc):
Note the Base URL has no /v1 — the Anthropic format's paths are appended by the client itself.
Reload and start:
- After starting
claude, the welcome banner'sAPI Base URLline showshttps://tokens.byteseek.ai(the variables took effect); - A test message gets a normal reply;
/statusshows the current model and connection state with no 401 / 403.
Verify
Send any message inside Claude Code — a normal reply means you are connected. To confirm billing attribution, look for the request on the usage page.
Choosing models
Switch models inside Claude Code with /model; availability depends on your key's group — full list in the model plaza. With a composite key, remember the prefix on model IDs.
Common issues
More status codes in Error Codes.