feat(stt): add local_parakeet provider using parakeet-mlx - #5350
Closed
caseyg wants to merge 1 commit into
Closed
Conversation
…ilicon parakeet-mlx is ~2x faster than faster-whisper on Apple Silicon and has excellent English accuracy. This adds it as a new local STT provider following the same singleton-model pattern as the existing local (faster-whisper) provider. - New provider: local_parakeet (config: stt.provider: local_parakeet) - Config key: stt.parakeet.model (default: mlx-community/parakeet-tdt-0.6b-v2) - Auto-detect priority: local_parakeet > local > groq > openai - Graceful degradation when parakeet-mlx is not installed All existing voice mode, gateway, and Discord integrations pick it up automatically since they go through transcribe_audio(). Fixes NousResearch#5349 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 tasks
Contributor
|
Thanks for the Apple Silicon STT contribution. This is an automated hermes-sweeper review; current
Closing as implemented on main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
local_parakeetas a new local STT provider using parakeet-mlx for Apple Siliconparakeet_mlxis installedlocalproviderFixes #5349
Changes
tools/transcription_tools.py— new provider detection,_transcribe_parakeet()function, dispatcher routing, auto-detect priorityhermes_cli/config.py— addstt.parakeet.modelconfig defaultConfiguration
Test plan
pip install parakeet-mlxstt.provider: local_parakeetin config.yaml/voice on) — verify transcription works🤖 Generated with Claude Code