Hi, is there an official way to build apps that uses the user openai account instead setting up an billing middleman for api requests? I would like to create apps that only requires users to have an openai account where they pay for their own usage. Currently chatgpt account does not include any API quota which is sad as it requires end-users to have multiple billings and have knowlege about where to setup tokens.
#Use user account for API calls
9 messages · Page 1 of 1 (latest)
You should rewrite this.
ChatGPT and the API are two different products/services. There is no way to integrate them. This is by design - an API is for advanced users and developers, not end users.
End-users typically do not use the API because it's not meant for end-users.
yes, I understand this is the current case. Which I find unfortunate. Right now as an application developer there are essentially two ways to work with openai.
- build a chatgpt plugin to expose your app/service/idea to chatgpt users. Users have an account with openai, so as plugin developer you don't need to worry about the inference cost.
- use openai API to add functionality in your app/service. As developer you need to consider inference cost, and most likely have your own billing to pass this down to your users.
I think it would be nice to do 2. without having to manage your own billing, just have user login via oauth or similar and have the app/service access openai API on their behalf to remove the burden of billing from developers. I haven't found if there is such option already, that's I ask here.
It would create an ecosystem of apps that you can use as long as you have an premium chatgpt account, in the same way plugins is now.
like how there used to be an ecosystem of twitter clients
The API is not designed to have users use their own keys. It is designed for developers to build apps and then figure out their own financials. OpenAI will not manage your billing for you. That's not in their field. I understand that you want that, but that's just not how OpenAI works.
Your ecosystem will be of your own building.