Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
BaseInputsContent1 type definition
models.InputAudio
const value: models.InputAudio = { inputAudio: { data: "SGVsbG8gV29ybGQ=", format: "mp3", }, type: "input_audio", };
models.InputFile
const value: models.InputFile = { type: "input_file", };
models.InputImage
const value: models.InputImage = { detail: "auto", type: "input_image", };
models.InputText
const value: models.InputText = { text: "Hello, how can I help you?", type: "input_text", };