Works best on Chrome and Edge.
This guide provides step-by-step instructions on connecting Aisudo to OpenAI's ChatGPT API. AiSudo offers a simplified interface for connecting to third-party AI providers, including OpenAI's ChatGPT 4o variant models.
Note: There seems some trouble people getting $5 free trial credits, so you might need to setup OpenAI billing.
Open AiSudo App
After the session is created:
The image above shows a successful API connection to ChatGPT 4o via AiSudo. Use this as a reference to confirm that your configuration is correct.
This is the list of available setting parameters on the AiSudo app for this model:
Check https://platform.openai.com/docs/api-reference/chat/create for further information.
The list might be expanded with additional parameters in the future.
If you want to change the parameters, you can configure the connection manually using a JSON file. The file can be found at:
https://github.com/aisudoapp/ai-model-providers/tree/main/providers/openai
ChatGPT 4 is a conversational AI model developed by OpenAI. It's the fourth iteration of the ChatGPT series, designed to chat in natural-sounding conversations with humans. By using AiSudo, you can quickly implement ChatGPT 4o functionalities without directly managing API calls to OpenAI.
API access refers to the method of interacting with a software application or service programmatically. An API (Application Programming Interface) acts as a bridge, allowing different software systems to communicate and exchange data with the service provider.
In the context of AiSudo and ChatGPT 4o:
We do not collect or store any data sent to third-party providers. Any data exchanged with these providers is not retained or saved in our database, your data is remain private and secure.
This is the pricing for each model in the GPT family:
Model | Input Price | Output Price |
---|---|---|
gpt-4o | $5.00 / 1M tokens | $15.00 / 1M tokens |
gpt-4o-mini | $0.150 / 1M tokens | $0.600 / 1M tokens |
gpt-4-turbo | $10.00 / 1M tokens | $30.00 / 1M tokens |
gpt-4 | $30.00 / 1M tokens | $60.00 / 1M tokens |
gpt-3.5-turbo-0125 | $0.50 / 1M tokens | $1.50 / 1M tokens |
Model | Description | Context window | Max output tokens | Training data |
---|---|---|---|---|
gpt-4o | High-intelligence flagship model for complex, multi-step tasks. GPT-4o is cheaper and faster than GPT-4 Turbo. Currently points to gpt-4o-2024-05-13. | 128,000 tokens | 4,096 tokens | Up to Oct 2023 |
gpt-4o-mini | Affordable and intelligent small model for fast, lightweight tasks. GPT-4o mini is cheaper and more capable than GPT-3.5 Turbo. Currently points to gpt-4o-mini-2024-07-18. | 128,000 tokens | 16,384 tokens | Up to Oct 2023 |
gpt-4-turbo | The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling. Currently points to gpt-4-turbo-2024-04-09. | 128,000 tokens | 4,096 tokens | Up to Dec 2023 |
gpt-3.5-turbo-0125 | The latest GPT-3.5 Turbo model with higher accuracy at responding in requested formats and a fix for a bug which caused a text encoding issue for non-English language function calls. Learn more. | 16,385 tokens | 4,096 tokens | Up to Sep 2021 |