• Whether the given Inference TTS provider+options combination emits aligned (word- or character-level) timestamps alongside the synthesized audio.

    Mirrors the Python implementation: support is opt-in through the provider's extra_kwargs / modelOptions payload — the gateway only emits output_alignment events when the provider-specific flag is set.

    Parameters

    • model: undefined | string
    • modelOptions: undefined | Record<string, unknown>

    Returns boolean