OpenedAI Speech
OpenAI-compatible text-to-speech server that translates text into spoken audio using open models.
Why consider OpenedAI Speech?
OpenedAI Speech is a drop-in open-source replacement for the OpenAI Text-to-Speech API (`/v1/audio/speech`). It translates text into natural audio using Coqui XTTS, Piper, and MMS models with zero vendor lock-in.
Learn OpenedAI Speech by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of OpenedAI Speech
OpenedAI Speech allows existing apps configured for OpenAI TTS to immediately switch to free local voice models without code rewrites.
Running with Docker
docker run -d \ --name openedai-speech \ -p 8000:8000 \ ghcr.io/matatonic/openedai-speech:latestOpenedAI Speech is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
marimo
A reactive Python notebook that is reproducible, git-friendly, and executable as a script.
JupyterLab
The next-generation web-based user interface for Project Jupyter computational notebooks.
Trafilatura
Python package and command-line tool designed to gather text and metadata on the Web.
ScrapeGraphAI
Python scraper library that uses LLMs and direct graph logic to extract website data.