Videos
Can I have multiple OpenAI API keys?
How secure is my data when using the OpenAI API?
Is there a limit to how many requests I can make to the OpenAI API?
Hi! I am currently using Openai for our python project, but I can't find free model. Using the chat.openai.com I see that chatGpt 3.5 is free but using the API needs to be paid.
Is there any alternative? I am looking for an AI free for python, that could summarize a text conversation for me.
Sorry for the stupid question but the OpenAI website contradicts itself a bit here and I can't find anything else on the internet. Can you use GPT 3.5 Turbo via the API, for example, even if you are only on the Free Plan?
Here https://platform.openai.com/docs/guides/rate-limits/usage-tiers?context=tier-free under the section Free Tier Rate Limits it looks like you have access. If I run my Python code for access, however, I get that my rate limit has already been exceeded although I have never made a request before...