The per-line object of the batch input file
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] |
Name | Value |
---|---|
POST | "POST" |