> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Text to Speech API

> Enterprise text-to-speech on dedicated GPU servers. High-quality voice synthesis with private infrastructure and full server management.

<Tip>
  Not on Enterprise yet? Get your enterprise plan at [ModelsLab](https://modelslab.com/enterprise)
</Tip>

## Available Endpoints

<CardGroup>
  <Card title="Text to Speech" href="/enterprise-api/text-to-speech/text-to-speech">
    This endpoint generates and returns an audio file from a text prompt using the Text to Speech model.
  </Card>

  <Card title="Fetch Queued Audio" href="/enterprise-api/text-to-speech/fetch-audio">
    This endpoint fetches already generated or queued audio by ID.
  </Card>

  <Card title="Clear Server Cache" href="/enterprise-api/text-to-speech/clear-cache">
    This endpoint clears the server cache.
  </Card>

  <Card title="Clear Server Queue" href="/enterprise-api/text-to-speech/clear-queue">
    This endpoint clears the server queue.
  </Card>

  <Card title="Restart Server" href="/enterprise-api/text-to-speech/restart-server">
    This endpoint restarts the server.
  </Card>

  <Card title="System Details" href="/enterprise-api/text-to-speech/system-details">
    This endpoint retrieves system and server details.
  </Card>

  <Card title="Update Server" href="/enterprise-api/text-to-speech/update-server">
    This endpoint updates the server to the latest version.
  </Card>
</CardGroup>
