Class BatchCreateParams.Endpoint

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class BatchCreateParams.Endpoint
     implements Enum
                        

    The endpoint to be used for all requests in the batch. Currently /v1/chat/completions, /v1/embeddings, and /v1/completions are supported. Note that /v1/embeddings batches are also restricted to a maximum of 50,000 embedding inputs across all requests in the batch.