Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.81 KB

fileschema.md

File metadata and controls

13 lines (10 loc) · 2.81 KB

FileSchema

Fields

Field Type Required Description Example
id str ✔️ The file identifier, which can be referenced in the API endpoints d56b5e4f-16ae-4f07-be8e-b837aa10240f
object str ✔️ The object type, which is always file. file
bytes int ✔️ The size of the file, in bytes. 1534119
created_at int ✔️ The UNIX timestamp (in seconds) for when the file was created. 1716329302
filename str ✔️ The name of the file file_upload.jsonl
purpose str ✔️ The intended purpose of the file. Only supports fine-tune for now. fine-tune