Terms of use & usage agreement:
- This model is not permitted for commercial use without authorization, including but not limited to paid APIs, various forms of proxy calls, etc.
- For commercial use, you need to contact the WZH Team and obtain a commercial license. Email: support@wzht.org
The scope and usage limits of the commercial license are subject to the terms agreed upon at the time of authorization. You may contact the team’s customer support department at any time for support regarding commercial license scope and limits.
- For free non-commercial projects and non-profit personal use, you must add a link to this documentation in your website or application and state that the model is provided free of charge to individual developers and non-commercial projects.
- The “Wbot Agent” program applies to the “commercial use” scope defined in clause 2 and includes a commercial license by default.
- The Wbot-2 series models do not provide any availability guarantees for free users and “Wbot Agents”.
By calling the Wbot-2 series models, you agree to and will comply with the terms of this agreement. The team will conduct periodic audits and ban users who do not comply with the agreement and refuse to make corrections.Effective date (UTC): March 6, 2026, 14:16
Description: Wbot-2 (deprecated), database is not up to date, free to use. Compatible with OpenAI API Chat Completions and model list retrieval endpoints.
Test URL (Wbot-2): https://chatgpt-demo-mu-flax.vercel.app/
If you or your server cannot access the base URL we provide, you can try the following alternatives :)https://aichat-openai.api.223387.xyz/v1/chat/completions
https://aichat-openai.api.223384.xyz/v1/chat/completions
Request
Base URL: https://aichat-openai.api.ecylt.top/v1/chat/completions
model parameter: Please check through the /v1/models endpoint. Retrieval requires an API Key.
Response
{
"id": "chatcmpl-123",
"object": "chat.completion",
"created": 1712148728,
"model": "wbot-2",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "Hello! I'm happy to help. What can I do for you?"
},
"logprobs": null,
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}