Uncensored GPT
# GPT-X AI — OpenAI-Compatible Chat Completions A drop-in replacement for OpenAI's `/v1/chat/completions`. Bring your favourite OpenAI SDK, change the `base_url` to `https://gpt-x-ai.p.rapidapi.com`, add your `X-RapidAPI-Key` header — you're done. ## ✨ Highlights - **3 tuned model tiers** — `gpt-x-pro`, `gpt-x-standard`, `gpt-x-lite` - **100 % OpenAI wire format** — same request / response, same…
Uncensored GPT endpoints
| Method | Endpoint | Description |
|---|---|---|
| Chat | ||
| POST |
simpleChat /chat |
Minimal alternative to `/chat/completions`. Send a single `message` string (+ optional `history`) and receive a non-streaming JSON response — no SSE parsing required. |
| POST |
createChatCompletion /chat/completions |
Send a list of `messages` and receive a model-generated response. Supports streaming SSE (default), non-streaming JSON, multi-turn history and optional agent tool use. |
| Meta | ||
| GET |
listModels /models |
Returns the public model catalogue (`gpt-x-pro`, `gpt-x-standard`, `gpt-x-lite`) with their capabilities and informational pricing per 1K tokens. |
| GET |
healthCheck /health |
Returns `ok` when the service is up. |
Uncensored GPT pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $14.99 / month | — |
|
| ULTRA | $39.99 / month | — |
|
| MEGA | $149.99 / month | 600 / minute |
|