Skip to content

    Compatibility

    TargetStatusNotes
    NVIDIA RTX 3000 → 5000 (x86_64, CUDA cu128)SupportedSingle cu128 image, compute capability sm_86–sm_120.
    NVIDIA Jetson Orin (arm64)SupportedJetPack 6 / L4T r36 (CUDA 12.6, cuDNN 9.3); use the Jetson image.
    CPU (x86_64)SupportedUSE_GPU=false; reduced throughput.
    Apple Silicon (MPS)ExperimentalAuto-detected for local runs; not a published container target.
    AMD (ROCm), IntelPlannedNot currently supported.

    See Hardware profiles for image selection.

    • Docker / OCI engines with the NVIDIA Container Toolkit for GPU access.
    • Docker Compose (files provided) for single-host operation.
    • Kubernetes 1.25+ with the NVIDIA device plugin / GPU Operator; Helm 3.8+ (OCI) for the chart.
    • OpenAI-compatible /v1/audio/speech, /v1/audio/voices, and /v1/models — usable with the OpenAI SDKs by setting base_url to .../v1.
    • Standard OpenAI voice names are accepted and mapped to designed voices. See Voices and languages.
    • Extended, non-OpenAI endpoints are under /dev and /debug. See Extended API.
    FormatSupportedNotes
    mp3YesDefault.
    wavYes16-bit PCM RIFF.
    opusYesOgg/Opus.
    flacYesLossless.
    pcmYesRaw signed 16-bit LE, 24 kHz, mono.
    aacNoAccepted by the request schema but not currently produced.

    All output is 24 kHz mono. See Streaming and audio formats.

    • Python 3.10 in the images.
    • PyTorch cu128 on x86_64; a JetPack-6-matched PyTorch build on Jetson.

    The authoritative dependency set is pyproject.toml.