Cherry Studio · Chatbox · WorkBuddy
OpenAI-compatible clientFill this Base URL
https://new.weeanno.shop/v1This page keeps the URLs you need for client setup and account management in one place. Start with the recommended Base URL, then switch only when your client requires a full endpoint or Messages-compatible route.
Choose a model and pricing first, get a key, copy the matching URL, then configure one client and send a small test request.
Confirm the model name, context, vision support, and multiplier before you configure a client.
New user: purchase an API key first
Use this for most OpenAI-compatible clients
A successful response confirms the Base URL, key, model route, and network path together.
Use the key delivered after purchase, or an existing key that still has quota. Keep it in a server-side environment variable.
Most OpenAI-compatible clients need the Base URL ending in /v1. Use a full endpoint only when the client explicitly asks for one.
https://new.weeanno.shop/v1https://new.weeanno.shophttps://new.weeanno.shop/v1/chat/completionshttps://new.weeanno.shop/v1/responseshttps://new.weeanno.shop/v1/messagesEnter the Base URL and your API key in the matching fields. The examples below contain placeholders only.
base_url = "https://new.weeanno.shop/v1"
api_key = "sk-your-api-key"export ANTHROPIC_BASE_URL="https://new.weeanno.shop"
export ANTHROPIC_AUTH_TOKEN="sk-your-api-key"
export ANTHROPIC_MODEL="claude-sonnet-4-6"A successful response confirms the Base URL, key, model route, and network path together.
curl https://new.weeanno.shop/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "claude-sonnet-4-6",
"messages": [{"role": "user", "content": "Hello"}]
}'Never paste a real API key into screenshots, chat messages, browser-side code, or a public repository.
Match the protocol your app expects. OpenAI-compatible tools use the /v1 Base URL; Claude Code uses the Messages-compatible gateway URL.
Fill this Base URL
https://new.weeanno.shop/v1Fill this Base URL
https://new.weeanno.shop/v1Fill this Base URL
https://new.weeanno.shopFill this Base URL
https://new.weeanno.shop/v1Start with the HTTP status before changing models or keys.
Provide enough context to reproduce the failure without exposing your full API key.
Purchase, top-up, order status, quota, and the full developer reference are all available from these public URLs.
https://weeanno.shop/https://weeanno.shop/buyhttps://weeanno.shop/topuphttps://weeanno.shop/topup/queryhttps://weeanno.shop/quotahttps://weeanno.shop/docs