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

# Audio Generation APIs

> Browse music generation, text-to-speech, and voice models available through the APIXO Generation API

Use APIXO audio APIs to generate music, synthesize speech, and build voice workflows through the same asynchronous task pattern used by image and video models.

1. Submit a task with `POST /generateTask/{model}`.
2. Poll `GET /statusTask/{model}` or provide a webhook callback.
3. Read the final audio URLs from the completed task.

## Choose an audio model

| Provider or family | Models                                                                                                                                                                                                                     |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Suno               | [Suno](/docs/models/audio/suno)                                                                                                                                                                                                 |
| Alibaba            | [CosyVoice 3 Flash](/docs/models/audio/cosyvoice-3-flash), [CosyVoice 3 Plus](/docs/models/audio/cosyvoice-3-plus), [CosyVoice 3.5 Flash](/docs/models/audio/cosyvoice-3-5-flash), [CosyVoice 3.5 Plus](/docs/models/audio/cosyvoice-3-5-plus) |
| MiniMax            | [MiniMax Speech 2.8](/docs/models/audio/minimax-speech-2-8), [MiniMax Voice](/docs/models/audio/minimax-voice)                                                                                                                       |

## Start building

<CardGroup>
  <Card title="Generation API overview" href="/docs/models">
    Understand the shared async request flow.
  </Card>

  <Card title="MiniMax Speech voice list" href="/docs/guides/minimax-speech-2-8-voices">
    Browse supported voice IDs for MiniMax Speech 2.8.
  </Card>

  <Card title="Status Task" href="/docs/api-reference/status-task">
    Poll for progress, results, and failures.
  </Card>

  <Card title="Webhooks" href="/docs/api-reference/webhooks">
    Receive task completion callbacks.
  </Card>
</CardGroup>
