audiotranscriptionopenai - Transcribe Audio with OpenAI
Transcribes audio to text. Will be charged per minute.
filebinary
The audio or video file to transcribe.
fileUrlurl
The URL of an audio or video file to transcribe.
promptstring
An optional text to guide the model's style or continue a previous audio segment. The prompt should match the audio language.
Example:
1001fx is a nocode function settemperaturenumber
The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. Default is 0
Example:
0.2languagestring
The language of the input audio. Supplying the input language in ISO-639-1 format will improve accuracy and latency. See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
Example:
DEresponseFormatstring
The format of the transcript output. Defaults to json.
Possible values are: json, vtt
Example:
json