Skip to main content
Try the official chat site where you can experience our unreleased internal models!
Visit: https://w2feichat.wbot.ecylt.top
Access password: 892876555
Terms of use & usage agreement:
  1. This model is not permitted for commercial use without authorization, including but not limited to paid APIs, various forms of proxy calls, etc.
  2. 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.
  3. 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.
  4. The “Wbot Agent” program applies to the “commercial use” scope defined in clause 2 and includes a commercial license by default.
  5. 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
Don’t want to integrate? Try the one-click integration example generator! https://yjsc.ecylt.top/start.php?id=1

API format

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/
The OpenAI API format endpoint is in beta. Test Keys are issued in limited quantities and may change at any time.
Latest test key: https://www.ecylt.top/t/topic/356
You can purchase a beta Key to avoid expiration issues. Purchase: https://shop.ecylt.top/?cid=8&mid=14
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
  }
}