Skip to content

TranscribeRequest

Example Usage

typescript
import { TranscribeRequest } from "@meetkai/mka1/models/operations";

// No examples available for this model

Fields

FieldTypeRequiredDescriptionExample
modeloperations.ModelThe Whisper model to use for transcription. 'whisper-large-v3' (default) offers better accuracy, 'whisper-large-v3-turbo' is faster but less accurate for some languages.whisper-large-v3
languagestringN/Aen
promptstringN/AThis is a technical podcast about machine learning.
temperaturenumberN/A0.2
requestBodyoperations.TranscribeRequestBody✔️N/A