Skip to content

FAQ

Troubleshooting errors

ErrorCauseFix
401 UnauthorizedToken invalid, copied incompletely, or expiredCheck it on the console's “Tokens” page, and regenerate if needed
403 / insufficient quotaToken or account balance is insufficientCheck the token's remaining quota and account balance
404 model not foundModel name is wrong, or the token's group doesn't include itVerify the model name and token group against the “Model Square”
429 Too Many RequestsRate limit triggeredLower the request rate and retry later
Connection timeout / unreachableNetwork issue or wrong addressVerify the address https://api.treenew.online, and try adding/removing /v1

Billing

How is it billed? By the tokens actually consumed. Prices vary by model — see each model's rate description in the console's “Model Square”.

Where can I see consumption details? The console's “Logs” page shows the model, token count and cost of each call; the “Dashboard” provides summary statistics.

Usage

Does the API address need /v1? When writing code with an SDK, generally use https://api.treenew.online/v1; some GUI clients append it automatically, so use https://api.treenew.online. If it won't connect, switch to the other.

Streaming output stalls or hangs? The gateway is optimized for SSE streaming (buffering disabled). If problems persist, check your local network proxy settings, or use non-streaming to verify the token works.

Which models are supported? Refer to the live list in the console's “Model Square”, which is updated continuously.

Still have questions?

Sign in to the console to view announcements, or contact the administrator.

Home · Console