You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.