Quick Start
Get set up in three steps and start using 树新在线's AI capabilities.
Step 1: Register an account
Open the console to register and sign in.
Step 2: Create a token
- Go to the “Tokens” page in the left sidebar of the console
- Click “Add token”, enter a name, and set the quota and expiry as needed
- After saving, copy the generated token (looks like
sk-xxxx)
Keep it safe
A token is equivalent to a voucher for your account balance. Do not leak it or commit it to a public code repository.
Step 3: Fill it into your client
树新在线 is fully compatible with the OpenAI API format, so any client or SDK that supports “OpenAI-compatible” works directly:
| Setting | Value |
|---|---|
| API address (Base URL) | https://api.treenew.online |
| API address (with version path) | https://api.treenew.online/v1 |
| API Key | your token sk-xxxx |
Which address to choose?
Different clients expect different address formats: some append /v1 automatically (enter the one without /v1), others require the full path (enter the one with /v1). If the connection fails, switch to the other format.
Supported models
Available models are as shown in the console's “Model Square”, including the Claude, GPT, Gemini, DeepSeek, Qwen, GLM, Kimi and Grok series.
Next steps
- Set up Claude Code — AI coding in the terminal
- Set up Cherry Studio — GUI chat client
- API examples — call it from your own code