LvyAPI
LvyAPI is a drop‑in replacement for OpenAI's chat completion API, but at a fraction of the cost. Run by Singapore nodes, it offers low latency for Asia‑Pacific and global users. ## 🔥 Key Features - **Fully OpenAI compatible** – Use existing OpenAI SDKs with a simple base URL change. - **70% cheaper than GPT‑3.5** – Starting from just $0.001 / 1K tokens. - **Multiple powerful models**: - GLM‑4…
LvyAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| chat | ||
| POST |
createChatCompletion /chat/completions |
Send a list of messages to the selected model and get a generated response. |
| models | ||
| GET |
listModels /models |
Returns a list of all models that the authenticated user can access. |
LvyAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | 10 / minute |
|
| PRO | $25 / month | 30 / minute |
|
| ULTRA | $75 / month | 100 / minute |
|
| MEGA | $150 / month | 200 / minute |
|