diff --git a/ai/pipelines/text-to-speech.mdx b/ai/pipelines/text-to-speech.mdx index 9862aa80..219753a6 100644 --- a/ai/pipelines/text-to-speech.mdx +++ b/ai/pipelines/text-to-speech.mdx @@ -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