package openai

  1. Overview
  2. Docs

Module Openai.Audio_translationSource

Sourceval endpoint : string
Sourceval send : Client.t -> file:Openai.Basic.file_format -> ?model:string -> ?prompt:string -> ?response_format:[< `Json | `Srt | `Text | `Verbose_json | `Vtt Json ] -> ?temperature:float -> unit -> [> `Json of Openai.Json.t | `Srt of string | `Text of string | `Vtt of string ] Lwt.t