I have the chatgpt $200/mo pro plan with operator and sora. I’m trying to create a GPT for my business and I’m receiving this error when I enter the code. What am I doing wrong? OpenAI API Error: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.
Hi and welcome to the developer commuinity!
ChatGPT and the OpenAI API are separate things, they both use the underlying AI models, but they are not connected to the same payment system.
ChatGPT Pro is the current top tier web based interface to connect to the AI for human to AI taks, the OpenAI API is used for machine to AI tasks and for that you will need to pre-pay into your API account here:
https://platform.openai.com/settings/organization/billing/payment-methods
There you can add a new CC to your account and then go to:
https://platform.openai.com/settings/organization/billing/overview
where you can add money to the account and setup automatic reoccurring billing to that card for API token usage.
Prices for tokens and models can be found here:
https://platform.openai.com/docs/pricing
Ok, I appreciate the feedback. Thank you!
To create a GPT, you’d select “My GPTs” in the ChatGPT menu.