openai-client-base 0.8.1

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
# BatchRequestInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**custom_id** | Option<**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** | Option<**String**> | The HTTP method to be used for the request. Currently only `POST` is supported. | [optional]
**url** | Option<**String**> | The OpenAI API relative URL to be used for the request. Currently `/v1/responses`, `/v1/chat/completions`, `/v1/embeddings`, `/v1/completions`, and `/v1/moderations` are supported. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)