| Package | Description |
|---|---|
| com.byteplus.ark | |
| com.byteplus.ark.model |
| Modifier and Type | Method and Description |
|---|---|
BatchChatCompletionsResponse |
ArkApi.batchChatCompletions(BatchChatCompletionsRequest body) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BatchChatCompletionsResponse> |
ArkApi.batchChatCompletionsWithHttpInfo(@NotNull BatchChatCompletionsRequest body) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ArkApi.batchChatCompletionsAsync(BatchChatCompletionsRequest body,
ApiCallback<BatchChatCompletionsResponse> callback)
(asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.addChoicesItem(ChoiceForBatchChatCompletionsOutput choicesItem) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.choices(List<ChoiceForBatchChatCompletionsOutput> choices) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.created(Integer created) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.id(String id) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.model(String model) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.object(String object) |
BatchChatCompletionsResponse |
BatchChatCompletionsResponse.usage(UsageForBatchChatCompletionsOutput usage) |
Copyright © 2025. All rights reserved.