Overview
The Voice API provides text-to-speech (TTS), speech-to-text (STT), voice session management, and service introspection. The Rust voice service (services/voice) exposes a lightweight, simulated HTTP API on port 8001 that mirrors the contract of the full Python voice wrapper, so callers can integrate against a stable contract while inference runs in the Python service or a downstream model host.
Base URL
0.0.0.0:8001 by default. When deployed behind the Allternit gateway, it may be exposed under a platform path; consult your deployment’s routing table.