Yueyou Tech AI TOKEN aggregates Zhipu GLM ยท MiniMax ยท DeepSeek behind a single standard OpenAI-compatible endpoint. Copy-paste ready, with one-click setup for Cherry Studio / LobeChat / OpenCat.
๐จโ๐ป Developers: route Claude Code / Codex CLI through CC Switch to Yueyou TOKEN and code with GLM / DeepSeek.
Get $1 credit on signup โ no credit card required. Call any model's API immediately to validate quality.
Fully OpenAI API compatible. Mainstream clients and code frameworks work without any modification.
Zhipu GLM, MiniMax, DeepSeek in one place. Call flexibly by model โ no need to open accounts everywhere.
Click any model name to copy it into the Model field of your client
Open /register to finish signup; the system auto-grants $1 free trial credit (no credit card needed).
After login, go to left menu Token / API Key โ click "Create Token" โ copy the generated sk-... key (shown only once, keep it safe).
Open any client below, add a "Custom / OpenAI-compatible" provider, and fill in the endpoint URL and your key. See each client card for details.
Pick a model (e.g. glm-4.7) and start chatting, or verify connectivity with the curl command below.
All three clients support OpenAI-compatible mode with identical config fields. Developers: scroll down to the CC Switch developer section
CC Switch โ Cherry Studio. It is a config manager for AI coding CLIs โ it manages base URL, API key and model switching for Claude Code / Codex / Gemini CLI / OpenCode. It does not send chat requests itself.
Through CC Switch's built-in local proxy (port 15721), it converts the OpenAI protocol to Anthropic for Claude Code โ so even though Yueyou TOKEN only exposes an OpenAI-compatible endpoint, Claude Code works.
npm i -g @anthropic-ai/claude-code127.0.0.1:15721)claude to verify โ protocol is converted by the local proxyReplace YOUR_API_KEY with your real key, then run in terminal:
curl https://www.yueyoukejitoken.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-4.7","messages":[{"role":"user","content":"hello"}],"stream":false}'
It is a trial credit issued by the platform. Model calls consume it by token usage and do not deduct the admin balance; the real cost is the upstream model channel, borne by the platform as acquisition cost.
8 models today: Zhipu glm-5 / glm-4.7 / glm-4.7-flash; MiniMax M3 / M2.7 / M2.7-highspeed; DeepSeek v4-pro / v4-flash.
Fully OpenAI-compatible (e.g. /v1/chat/completions). Mainstream SDKs (openai, langchain) and clients work directly.
During Beta, only $1 / $10 tiers are available. More tiers open after official launch.
No. Cherry Studio is an AI chat client โ open and chat. CC Switch is a config manager for AI coding CLIs โ it manages base URL, API key and model switching for Claude Code / Codex / Gemini CLI. Different audiences: casual users use Cherry Studio / LobeChat; developers configuring Claude Code use CC Switch.