New Feature: Support for Groq API in Whisper Transcription Tool #753
matheushmfr
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’ve opened a pull request to introduce support for the Groq API the
ts
audio transcription tool. Idea here is that we can use groq as a cheaper option: currently $0.03/hour transcribed vs Open AI's $0.006/minute transcribed (groq is 12x cheaper), plus also comes with a nice free tier.Key Features Added:
Groq API Integration:
Model Fetching and Listing:
Enhanced Argument Handling:
Temporary File Handling for Audio Segments:
How to Use the New Features:
List Available Models:
Specify a Model for Transcription:
Link to the Pull Request:
Link to the pull request here. Please let me know if there are any questions or further improvements needed.
Hope these new features will be beneficial to the community.
Beta Was this translation helpful? Give feedback.
All reactions