Liking cljdoc? Tell your friends :D
Clojure only.

llm.sdk.transcribe

Driver for audio transcription (speech-to-text). The STT counterpart to sdk/complete and sdk/embed.

Providers without a transcribe transport throw ex-info on call so the missing capability surfaces at the call site.

Driver for audio transcription (speech-to-text). The STT counterpart
to sdk/complete and sdk/embed.

Providers without a transcribe transport throw ex-info on call so
the missing capability surfaces at the call site.
raw docstring

transcribeclj

(transcribe provider-id request & {:keys [config]})

Send a canonical TranscribeRequest and return a TranscribeResponse.

Multipart audio input is sent through the shared HTTP client resolver. JSON responses are decoded regardless of Content-Type spelling; text, SRT, and VTT response bodies are preserved verbatim.

Send a canonical TranscribeRequest and return a TranscribeResponse.

Multipart audio input is sent through the shared HTTP client resolver.
JSON responses are decoded regardless of Content-Type spelling; text,
SRT, and VTT response bodies are preserved verbatim.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close