Back

create-translation (clj)

(source)

function

(create-translation params) (create-translation params options)
Translates audio into English. Example: ``` (create-translation {:file (clojure.java.io/file "path/to/file/german.m4a") :model "whisper-1"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/audio/create)

Examples