2024년 5월2024년 9월2025년 1월2025년 6월2025년 10월2026년 3월2026년 7월
아티팩트PyPIpip install speaches
README
Speaches
speaches is an OpenAI API-compatible server supporting streaming transcription, translation, and speech generation. Speach-to-Text is powered by faster-whisper and for Text-to-Speech piper and Kokoro are used. This project aims to be Ollama, but for TTS/STT models.
See the documentation for installation instructions and usage: speaches.ai
Features:
OpenAI API compatible. All tools and SDKs that work with OpenAI's API should work with speaches.
Generate a spoken audio summary of a body of text (text in, audio out)
Perform sentiment analysis on a recording (audio in, text out)
Async speech to speech interactions with a model (audio in, audio out)
Streaming support (transcription is sent via SSE as the audio is transcribed. You don't need to wait for the audio to fully be transcribed before receiving it).
Dynamic model loading / offloading. Just specify which model you want to use in the request and it will be loaded automatically. It will then be unloaded after a period of inactivity.
Text-to-Speech via kokoro(Ranked #1 in the TTS Arena) and piper models.