# Audio

Distribute.ai's audio routes provide OpenAI-compatible endpoints for tasks such as text-to-speech (TTS), speech-to-text (STT), and audio generation. These routes follow the same structure and authentication model as OpenAI’s API, making integration seamless for developers already familiar with `/v1/audio/speech` or `/v1/audio/transcriptions`. Responses are streamed or returned as base64-encoded audio files, and support configurable parameters like voice, and model selection. Built on distribute.ai's distributed inference network, these routes offer scalable, low-latency audio generation backed by real-world GPU providers.

{% content-ref url="audio/speech" %}
[speech](https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/openai-compatible-api/audio/speech)
{% endcontent-ref %}
