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/v1 |
| API Key | your token sk-xxxx |
Connection failing?
Most clients and SDKs work with the address above. A few clients append the version path automatically, turning the request into /v1/v1 and returning 404 — in that case use https://api.treenew.online without /v1.
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