OpenAI Compatible Chat
# OpenAI Compatible Chat API ## Overview This is a **fully OpenAI-compatible chat completion API** built for seamless integration with all major OpenAI clients, SDKs, and third-party tools. It offers low-latency, high-stability AI chat services with standard OpenAI `v1/chat/completions` format support, making it a drop-in replacement for OpenAI models in your existing projects. ### Key…
OpenAI Compatible Chat endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Chat Completions /v1/baiLian/chat/completions |
OpenAI-compatible chat completions endpoint, supports gpt-3.5-turbo model. Send a list of messages in JSON format to get AI-generated responses. |
OpenAI Compatible Chat pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $4.99 / month | 60 / second |
|
| ULTRA | $19.99 / month | 300 / second |
|
| MEGA | $79.99 / month | 1000 / second |
|