AxTranscriptionRequest
type AxTranscriptionRequest<TModel> = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L59
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel | string |
Properties
audio
audio: AxAudioInput;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L60
language?
optional language: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L62
model?
optional model: TModel;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L61
prompt?
optional prompt: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L63
responseFormat?
optional responseFormat: "json" | "verbose_json" | "text";Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L65
temperature?
optional temperature: number;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/audio/types.ts#L64