Simple ChatGPT API
06-23-2024 - All GPT 4 endpoints uses latest model "GPT-4o" 05-13-2024 - Increase the server capacity to improve the performance. 02-09-2024 - API Endpoint for latest model GPT 4. 07-07-2023 - Updated to official model GPT 4. 05-26-2023 - Added another server for better performance 03-02-2023 - Upgraded to official and latest model of ChatGPT from OpenAI. - Model gpt-3.5-turbo-0301
Simple ChatGPT API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GPT 3.5 | ||
| POST |
Enter your question and get response /ask |
With this endpoint, users can send their questions to the chatbot, in return receiving a text string response from the bot. This feature is especially handy for integrating the… |
| GPT 4 | ||
| POST |
Enter your question and get response with GPT 4 /ask/gpt4 |
This endpoint allows users to submit questions to the chatbot and receive text responses. It's particularly useful for embedding the chatbot into applications or websites that… |
Simple ChatGPT API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $6.99 / month | 30 / minute |
|
| ULTRA | $14.99 / month | 60 / minute |
|
| MEGA | $29.99 / month | 100 / second |
|