Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ai/pipelines/text-to-speech.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ The following system requirements are recommended for optimal performance:
- [NVIDIA GPU](https://developer.nvidia.com/cuda-gpus) with **at least 12GB** of
VRAM.

### Pipeline-Specific Image

To serve the `text-to-speech` pipeline, you must use a pipeline specific AI
Runner container. Pull the required container from
[Docker Hub](https://hub.docker.com/r/livepeer/ai-runner/tags?name=text-to-speech-latest)
using the following command:

```bash
docker pull livepeer/ai-runner:text-to-speech
```

## API Reference

<Card
Expand Down