Skip to content

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

  1. Go to the “Tokens” page in the left sidebar of the console
  2. Click “Add token”, enter a name, and set the quota and expiry as needed
  3. 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:

SettingValue
API address (Base URL)https://api.treenew.online
API address (with version path)https://api.treenew.online/v1
API Keyyour 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

Home · Console