Is whisper free? #1285
-
Hi! this may be a naive question but I can't seem to figure out the answer. I see pricing on Openai's website: https://openai.com/pricing Then their examples involve using an authorization key in order to send the request. However I've been using the python pip package and doing a bunch of tests on some audio by using both Interestingly I'm able to get results just fine and I'm not setting any openai api key anywhere... How is this working and where does the pricing come in? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The use of the models / python package as you are describing is free under the license indicated by the github project page (MIT). |
Beta Was this translation helpful? Give feedback.
The use of the models / python package as you are describing is free under the license indicated by the github project page (MIT).
Only the use of the hosted solution / service provided by OpenAI via the web API costs money.