| Package | Description |
|---|---|
| ai.z.openapi.api.batches | |
| ai.z.openapi.service.batches |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<Batch> |
BatchesApi.batchesCreate(BatchCreateParams batchCreateParams)
Create a new batch processing job Submits a large number of requests for efficient
batch processing with JSONL format Each request must include a unique custom_id for
result mapping Supports /v1/chat/completions and /v1/embeddings endpoints
|
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
BatchServiceImpl.createBatch(BatchCreateParams batchCreateParams) |
BatchResponse |
BatchService.createBatch(BatchCreateParams batchCreateParams)
Creates a batch request.
|
Copyright © 2025. All rights reserved.