Create batch
Details
For more information, see the OpenAI API documentation.
See also
Other batches:
batch_cancel()
,
batch_list()
,
batch_result()
,
batch_status()
,
file_upload()
Examples
if (FALSE) {
batch_file_info <- file_upload("abc123.jsonl")
batch_job_info <- batch_file_info[["id"]] |>
batch_create()
batch_job_info
}