For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Use content type multipart/form-data to use local files to create a generation. Only files below 20MB are supported. For larger files, use input field to provide urls for the corresponding input items. Combining both file and url inputs is also supported, with the file taking precedence over the url.
videofileOptional
Input video file.
audiofileOptional
Input audio file.
modelenumRequired
name of the model to use for generation.
Allowed values:
inputlist of objectsOptional
Array of input objects. Can be used to provide urls for larger files. Each input should either have a file or a url. Audio input items can be provided as either: recorded/captured audio url or a text-to-speech input with tts provider configuration.