groq / groq-python

The official Python Library for the Groq API
Apache License 2.0
385 stars 28 forks source link

Model not found for Whisper #85

Closed darkzbaron closed 3 months ago

darkzbaron commented 4 months ago

groq.NotFoundError: Error code: 404 - {'error': {'message': 'The model whisper-large-v3 does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'code': 'model_not_found'}}

gradenr commented 4 months ago

Thank you for your interest in whisper. This model is not generally available, but you can request access by contacting support@groq.com. Please include your organization id in your email to streamline the approval process.

gradenr commented 3 months ago

Whisper has been publicly released and you should have access now.

darkzbaron commented 2 months ago

Thanks, it's fast! However, there is no vtt or srt as specified in the documentation!