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 addressCheck that the address is https://api.treenew.online/v1 (the /v1 is required)

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? Always use https://api.treenew.online/v1. The gateway only accepts paths with /v1; without it you do not get a 404 — you get an HTML page, which clients usually surface as "failed to parse response" or an empty model list, making the real cause hard to spot. A few clients append the version path themselves; if that produces /v1/v1 and a 404, use https://api.treenew.online instead.

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