LMX Voice & Audio
Opta LMX exposes OpenAI-compatible audio endpoints for speech-to-text (STT) and text-to-speech (TTS) on Apple Silicon.
Overview
Voice and audio capabilities are served under /v1/audio/* and can be used directly by clients that already speak the OpenAI API contract.
Speech to Text
Transcription is available via /v1/audio/transcriptions. Upload audio (for example .wav, .mp3, .m4a) as multipart form data.
Text to Speech
Speech synthesis is available via /v1/audio/speech. LMX streams generated audio from the configured TTS model.
Runtime Notes
- Audio endpoints run on the same LMX service instance as chat completions.
- Model availability and latency depend on Apple Silicon memory headroom.
- Use
/healthzand/readyzbefore long-running audio jobs.