| 限定符和类型 | 方法和说明 |
|---|---|
static void |
MultiModalConversationUsage.audioInTextAudioStreamOut() |
static void |
MultiModalEmbeddingUsage.basicCall() |
static void |
MultiModelConversationQwenTts.call() |
static void |
MultiModelConversationQvq.call() |
static void |
MultiModelConversationQwenTts.callWithCallback() |
static void |
MultiModelConversationQvq.callWithCallback() |
static void |
MultiModalConversationVLO.imageEdit() |
static void |
MultiModalConversationVLO.imageGen() |
static void |
MultiModalConversationUsage.imageInTextAudioStreamOut() |
static void |
MultiModalConversationQwenVL.imageSample() |
static void |
MultiModalEmbeddingUsage.localFileCall() |
static void |
MultiModalConversationUsage.MultiRoundConversationCall() |
static void |
MultiModalConversationUsage.simpleMultiModalConversationCall() |
static void |
MultiModelConversationQwenTts.streamCall() |
static void |
MultiModelConversationQvq.streamCall() |
static void |
QwenASRUsage.streamCall() |
static void |
MultiModalConversationQwenVL.streamCallWithToolCalls() |
static void |
MultiModalConversationUsage.textInAudioStreamOut() |
static void |
MultiModalConversationUsage.textInTextStreamOut() |
static void |
MultiModalConversationQwenVLOcr.videoImageListSample() |
static void |
MultiModalConversationOmni.videoImageListSample() |
static void |
MultiModalConversationUsage.videoInTextAudioStreamOut() |
static void |
MultiModalConversationQwenVL.videoSample() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImageSynthesisParam.checkAndUpload() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VideoSynthesisParam.checkAndUpload() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 PreprocessMessageInput.CheckAndUploadResult |
PreprocessMessageInput.checkAndUpload(String model,
MultiModalMessageItemBase message,
String apiKey,
OSSUploadCertificate certificate)
Check and upload file with certificate reuse support.
|
static boolean |
PreprocessInputImage.checkAndUploadImage(String model,
Map<String,String> values,
String apiKey)
Check and upload multiple images without certificate reuse (legacy).
|
static String |
PreprocessInputImage.checkAndUploadImage(String model,
String apiKey,
String value)
Check and upload one image without certificate reuse (legacy).
|
static PreprocessInputImage.CheckAndUploadImageResult |
PreprocessInputImage.checkAndUploadImages(String model,
Map<String,String> values,
String apiKey,
OSSUploadCertificate certificate)
Check and upload multiple images with certificate reuse support.
|
static boolean |
PreprocessMessageInput.checkAndUploadMultiModalMessage(String model,
Map.Entry<String,Object> entry,
String apiKey)
Check and upload multimodal message without certificate reuse.
|
static PreprocessMessageInput.CheckAndUploadResult |
PreprocessMessageInput.checkAndUploadMultiModalMessage(String model,
Map.Entry<String,Object> entry,
String apiKey,
OSSUploadCertificate certificate)
Check and upload multimodal message with certificate reuse.
|
static PreprocessInputImage.CheckAndUploadOneImageResult |
PreprocessInputImage.checkAndUploadOneImage(String model,
String apiKey,
String value,
OSSUploadCertificate certificate)
Check and upload one image with certificate reuse support.
|
static String |
PreprocessMessageInput.checkAndUploadOneMultiModalMessage(String model,
String apiKey,
String key,
String value)
Check and upload one multimodal message without certificate reuse.
|
static PreprocessMessageInput.CheckAndUploadOneResult |
PreprocessMessageInput.checkAndUploadOneMultiModalMessage(String model,
String apiKey,
String key,
String value,
OSSUploadCertificate certificate)
Check and upload one multimodal message with certificate reuse.
|
static <T extends MultiModalMessageItemBase> |
PreprocessMessageInput.preProcessMessageInputs(String model,
List<T> messages,
String apiKey)
Preprocess message inputs without certificate reuse (legacy).
|
static <T extends MultiModalMessageItemBase> |
PreprocessMessageInput.preProcessMessageInputs(String model,
List<T> messages,
String apiKey,
OSSUploadCertificate certificate)
Preprocess message inputs with certificate reuse support.
|
static boolean |
PreprocessMessageInput.preProcessMultiModalMessageInputs(String model,
MultiModalMessage messages,
String apiKey)
Preprocess multimodal message inputs without certificate reuse.
|
static PreprocessMessageInput.PreprocessResult |
PreprocessMessageInput.preProcessMultiModalMessageInputs(String model,
MultiModalMessage messages,
String apiKey,
OSSUploadCertificate certificate)
Preprocess multimodal message inputs with certificate reuse.
|
Copyright © 2025. All rights reserved.