[GH-ISSUE #8202] Request to support whisper and fast-whisper #67292

Closed
opened 2026-05-04 09:49:37 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @jwnder on GitHub (Dec 21, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/8202

Request to support for whisper models specially fast whisper like groq:

API request example used by Groq where audio_buffer is the audio buffer

    url = "https://api.groq.com/openai/v1/audio/transcriptions"
    files = {
        "file": ("recorded_audio.wav", audio_buffer, "audio/wav")
    }
    data = {
        "model": "whisper-large-v3",
        "response_format": "verbose_json",
        "temperature": 0
    }
    headers = {
        "Authorization": f"Bearer <api key>"
    }
Originally created by @jwnder on GitHub (Dec 21, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/8202 Request to support for whisper models specially fast whisper like groq: API request example used by Groq where audio_buffer is the audio buffer url = "https://api.groq.com/openai/v1/audio/transcriptions" files = { "file": ("recorded_audio.wav", audio_buffer, "audio/wav") } data = { "model": "whisper-large-v3", "response_format": "verbose_json", "temperature": 0 } headers = { "Authorization": f"Bearer <api key>" }
GiteaMirror added the feature request label 2026-05-04 09:49:37 -05:00
Author
Owner

@rick-github commented on GitHub (Dec 21, 2024):

#1168

<!-- gh-comment-id:2558240724 --> @rick-github commented on GitHub (Dec 21, 2024): #1168
Author
Owner

@jmorganca commented on GitHub (Dec 23, 2024):

Merging with https://github.com/ollama/ollama/issues/1168 – thanks for the issue (and thanks @rick-github)

<!-- gh-comment-id:2558712835 --> @jmorganca commented on GitHub (Dec 23, 2024): Merging with https://github.com/ollama/ollama/issues/1168 – thanks for the issue (and thanks @rick-github)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#67292