| 程序包 | 说明 |
|---|---|
| <Unnamed> | |
| com.alibaba.dashscope.aigc.multimodalconversation | |
| com.alibaba.dashscope.embeddings | |
| com.alibaba.dashscope.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
MultiModalEmbeddingUsage.basicCall() |
static void |
MultiModalEmbeddingUsage.localFileCall() |
static void |
MultiModalConversationUsage.MultiRoundConversationCall() |
static void |
MultiModalConversationUsage.simpleMultiModalConversationCall() |
| 限定符和类型 | 方法和说明 |
|---|---|
MultiModalConversationResult |
MultiModalConversation.call(MultiModalConversationParam param)
Call the server to get the whole result.
|
void |
MultiModalConversation.call(MultiModalConversationParam param,
ResultCallback<MultiModalConversationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<MultiModalConversationResult> |
MultiModalConversation.streamCall(MultiModalConversationParam param)
Call the server to get the result by stream.
|
void |
MultiModalConversation.streamCall(MultiModalConversationParam param,
ResultCallback<MultiModalConversationResult> callback)
Call the server to get the result by stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MultiModalEmbeddingResult |
MultiModalEmbedding.call(MultiModalEmbeddingParam param)
Call the server to get the whole result, only http protocol
|
void |
MultiModalEmbedding.call(MultiModalEmbeddingParam param,
ResultCallback<MultiModalEmbeddingResult> callback)
Call the server to get the result in the callback function.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
PreprocessMessageInput.checkAndUpload(String model,
MultiModalMessageItemBase message,
String apiKey) |
static boolean |
PreprocessMessageInput.checkAndUploadMultiModalMessage(String model,
Map.Entry<String,Object> entry,
String apiKey) |
static <T extends MultiModalMessageItemBase> |
PreprocessMessageInput.preProcessMessageInputs(String model,
List<T> messages,
String apiKey) |
static boolean |
PreprocessMessageInput.preProcessMultiModalMessageInputs(String model,
MultiModalMessage messages,
String apiKey) |
Copyright © 2024. All rights reserved.