* * @summary Translates audio into into English. * @param {File} file The audio file to translate, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm. * @param {string} model ID of the model to use. Only `whisper-1` is currently available.
(file: File, model: string, prompt?: string, responseFormat?: string, temperature?: number, options?: AxiosRequestConfig)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected