Audio

Transcribe speech to text

Transcribe speech to text. This endpoint is consistent with the OpenAI Transcription API and may be used with the OpenAI JS or Python SDK.

post/ai/audio/transcriptions

Response

Successful Response

textstring required

The transcribed text for the audio file.

durationnumber

The duration of the audio file in seconds. Returned by distil-whisper/distil-large-v2 and the deepgram/* models when response_format is verbose_json. Not returned by openai/whisper-large-v3-turbo.

Changes

Changed in 2 of the 99 revisions of this API.9

    • ○

      added the new nvidia/parakeet-v3 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new omi-health/omi-med-stt-v1 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new deepgram/nova-2 enum value to the request property

      request-property-enum-value-added

    • ○

      added the new deepgram/nova-2-medical enum value to the request property

      request-property-enum-value-added

    • ○

      added the new deepgram/nova-3-medical enum value to the request property

      request-property-enum-value-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

Of the 99 revisions, 1 has no diff computed.