You can search for identifiers within the package.
in-package search v0.2.0
openai
Openai.Audio_translation
val endpoint : string
val 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