Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface OpenAIAudioSpeechPayload

    interface OpenAIAudioSpeechPayload {
        input?: string;
        model?: string;
        voice?: string;
        [key: string]: unknown;
    }

    Hierarchy

    Indexable

    • [key: string]: unknown
    Index
    input?: string
    model?: string
    voice?: string