# This file was auto-generated by Fern from our API Definition.

import typing

import typing_extensions


class TextToSpeechResponseParams(typing_extensions.TypedDict):
    request_id: typing_extensions.NotRequired[str]
    audios: typing.Sequence[str]
    """
     The output audio files in WAV format, encoded as base64 strings. Each string corresponds to one of the input texts.
    """
