audiotranscriptionopenai - Transcribe Audio with OpenAI
Transcribes audio to text. Will be charged per minute.
file
binary
The audio or video file to transcribe.
fileUrl
url
The URL of an audio or video file to transcribe.
prompt
string
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 set
temperature
number
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.2
language
string
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:
DE
responseFormat
string
The format of the transcript output. Defaults to json.
Possible values are: json, vtt
Example:
json