| Package | Description |
|---|---|
| com.byteplus.ark | |
| com.byteplus.ark.model |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingsResponse |
ArkApi.embeddings(EmbeddingsRequest body) |
com.squareup.okhttp.Call |
ArkApi.embeddingsAsync(EmbeddingsRequest body,
ApiCallback<EmbeddingsResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
ArkApi.embeddingsCall(EmbeddingsRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for embeddings
|
ApiResponse<EmbeddingsResponse> |
ArkApi.embeddingsWithHttpInfo(@NotNull EmbeddingsRequest body) |
| Modifier and Type | Method and Description |
|---|---|
EmbeddingsRequest |
EmbeddingsRequest.addInputItem(String inputItem) |
EmbeddingsRequest |
EmbeddingsRequest.encodingFormat(String encodingFormat) |
EmbeddingsRequest |
EmbeddingsRequest.input(List<String> input) |
EmbeddingsRequest |
EmbeddingsRequest.model(String model) |
Copyright © 2025. All rights reserved.