Skip to content

FEAT: Parakeet compatability? #77

@DPBattaglia

Description

@DPBattaglia

Can't get parakeet v2 or v3 llm to work.

the below error is what I get when I start the server with model path: "mlx-community/parakeet-tdt-0.6b-v3"
maybe you can add a model type: "parakeet" instead of "whisper" and remove reference to "sample_rate" being used in the backend?

Unsure if something like this could be included for use with the MLX version of parakeet noting it includes diarisation - (openai api compatible with parakeet) - https://github.com/jfgonsalves/parakeet-diarized

2025-10-16 15:14:16 | ERROR | app.handler.mlx_whisper:_process_request:215 | ✦ Error processing audio transcription request: ModelDimensions.init() got an unexpected keyword argument 'sample_rate'

2025-10-16 15:14:16 | ERROR | app.core.queue:_process_request:158 | ✦ Error processing request transcription-02ead7dc-9871-4922-a0af-e90aa8ccc4a5: ModelDimensions.init() got an unexpected keyword argument 'sample_rate'

2025-10-16 15:14:16 | ERROR | app.api.endpoints:create_audio_transcriptions:181 | ✦ Error processing transcription request: ModelDimensions.init() got an unexpected keyword argument 'sample_rate'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions