import { FilesApiRoutesUploadFileMultiPartBodyParams } from "@mistralai/mistralai/models/operations";
// No examples available for this model
Field | Type | Required | Description |
---|---|---|---|
file |
File | Blob | operations.FileT | ✔️ | The File object (not file name) to be uploaded. To upload a file and specify a custom file name you should format your request as such: bash<br/> file=@path/to/your/file.jsonl;filename=custom_name.jsonl<br/> Otherwise, you can just keep the original file name: bash<br/> file=@path/to/your/file.jsonl<br/> |
purpose |
components.FilePurpose | ➖ | N/A |