ChatGPT API
ChatGPT is a large language model developed by OpenAI that can generate human-like text based on input given to it. It uses deep learning algorithms to predict the next word in a sequence, allowing it to respond to a wide range of prompts from users. Its primary purpose is to assist with writing tasks such as essays and reports by generating coherent and relevant content. Additionally, ChatGPT…
ChatGPT API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
models /models |
Gets a list of supported AI models as a JSON array. |
| POST |
chat /chat |
The /chat endpoint returns a response emulated as an OpenAI API Response. It is designed for interacting with language models in a conversational manner. This endpoint allows… |
| POST |
chato /chato |
The /chato endpoint returns a response emulated as an Ollama API Response. It is designed for interacting with language models in a conversational manner. This endpoint allows… |
| POST |
chat / |
gets chat gpt response |
ChatGPT API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $5 / month | 1 / second |
|
| ULTRA | $10 / month | 10 / second |
|
| MEGA | $20 / month | — |
|