Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 809 Bytes

BatchRequestInput.md

File metadata and controls

24 lines (12 loc) · 809 Bytes

BatchRequestInput

The per-line object of the batch input file

Properties

Name Type Description Notes
customId String A developer-provided per-request id that will be used to match outputs to inputs. Must be unique for each request in a batch. [optional]
method MethodEnum The HTTP method to be used for the request. Currently only `POST` is supported. [optional]
url String The OpenAI API relative URL to be used for the request. Currently `/v1/chat/completions`, `/v1/embeddings`, and `/v1/completions` are supported. [optional]

Enum: MethodEnum

Name Value
POST "POST"