Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 May 18:23
· 14 commits to main since this release
docker-talkies v0.5.0 — drop distil-whisper-large-v3.

Minor bump (breaking pre-1.0). distil-whisper-large-v3 was English-
only and lived alongside the multilingual whisper-large-v3 (OG, max
accuracy) and whisper-large-v3-turbo (multilingual, 8× faster) —
redundant for the value it provided. Removing it.

CUDA registry now: 6 ASR (whisper×2, parakeet, canary×3) + 2 TTS
(kokoro, qwen3) = 8 models.
CPU registry now: 3 ASR (whisper×2, canary-180m) + 1 TTS (kokoro)
= 4 models.

Migration: TALKIES_ENABLED_MODELS=...distil-whisper-large-v3 → drop
the slug or replace with whisper-large-v3-turbo (multilingual) or
whisper-large-v3 (max accuracy). No API or wire-format change.