Each file can be up to 100 MB, for File/Upload and model inputs, in these types from our docs:
Images: jpg, png, gif, jpeg, webp, heic
Video: mp4, webm, mov
Audio: mp3, wav, m4a
Documents: pdf, csv, docx, xlsx, pptx, txt, md, epub
A larger file gets HTTP 413 and the plain-text message File size limit has been reached. Image inputs take images, video inputs take video, and so on.
Upload boxes often list types after Supports: and show
File type not allowed: ...orMaximum ... files allowed.Number of files: a
fileinputtakes one file;multifileinputandcombinefileinputtake up to N, usually given in the help text. In the API, more returns, for example,Request parameters [inputImage] not valid.ZIP: File/Upload unpacks one sent as
application/zipinto a new folder, keeping only top-level files.
Input errors come back before a task exists, so they cost nothing. Details: sending files to a model
