Self-host an OpenAI-compatible speech API for local transcription, translation, and TTS with Speaches
Use Speaches when an agent stack expects OpenAI-style audio endpoints but you want a self-hosted speech backend for transcription, translation, and text-to-speech instead of a hosted API.
Self-host an OpenAI-compatible speech API for local transcription, translation, and TTS with Speaches
Use Speaches when an agent stack expects OpenAI-style audio endpoints but you want a self-hosted speech backend for transcription, translation, and text-to-speech instead of a hosted API.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/self-host-an-openai-compatible-speech-api-for-local-transcription-translation-and-tts-with-speaches/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/self-host-an-openai-compatible-speech-api-for-local-transcription-translation-and-tts-with-speaches
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/self-host-an-openai-compatible-speech-api-for-local-transcription-translation-and-tts-with-speaches.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.