Upload a file with specified purpose, file name, and file type.
File uploaded successfully
Structured information describing a file uploaded to Together.
ID of the file.
The object type, which is always file.
The timestamp when the file was created.
The name of the file as it was uploaded.
The number of bytes in the file.
The purpose of the file
Deprecated. Whether file has been fully uploaded.
The type of the file
Lifecycle state of a file in the validation pipeline. The typical progression is PENDING → QUEUED → RUNNING → COMPLETED / FAILED. INVALID_FORMAT is a terminal state for files whose contents failed validation in a user-correctable way.
Validation outcome for a fine-tune training file, produced by the file validation pipeline.
{ "filename": "my_file.jsonl", "purpose": "fine-tune", "FileType": "jsonl" }