I would like to test and evaluate OpenAI GPT API for a project, and I’ve found about the free API tier here https://platform.openai.com/docs/guides/rate-limits?context=tier-free , which supposedly allows for a very limited access of 3 requests per minute to the older 3.5 Turbo model.
Nevertheless, after creating a new API key and setting up a sample .NET project, I’m getting a “You exceeded your current quota” exception, yet I’ve not reached any of the limits stated on that document I linked above (In fact, I’ve not been able to get even one single request though).
Is there any additional requirement to test the API using the Free tier?
Hello, I have one query here: I want to test openai api key before purchasing subscription of 5$ or more. Then is there any way. if yes then help me out.
The only thing you will be able to test without funding an API account with a minimum credit purchase (which is not a recurring subscription, but just pays for the API calls) is your ability to receive “429: check your billing” errors.
Within a few hours, your new API key generated in a “project” then should make successful calls to OpenAI API models (a 429 error means it is not ready yet). You can also test in that site’s “playground” without needing to write code.