| 限定符和类型 | 方法和说明 |
|---|---|
static void |
AssistantSimple.assistantUsage() |
static void |
GenerationCallTranslation.baseCall() |
static void |
VideoSynthesisUsage.basicCall()
Create a video compositing task and wait for the task to complete.
|
static void |
GenerationFunctionCallSample.callFunctionAdd() |
static void |
ApplicationCalls.callWithAssistantServing() |
static void |
MultiModelConversationQwenTts.callWithCallback() |
static void |
MultiModelConversationQvq.callWithCallback() |
static void |
ConversationManagerHistory.callWithHistoryStream()
已过时。
|
static void |
GenerationCallWithResponseFormat.callWithJsonObject() |
static void |
ApplicationCalls.callWithMemory()
Application call with long term memory sample
|
static void |
GenerationCallWithMessages.callWithMessage() |
static void |
GenerationCallWithMessageMultiRound.callWithMessage() |
static void |
ConversationManagerMessages.callWithMessagesStream() |
static void |
ApplicationCalls.callWithMoreParameters() |
static void |
ApplicationCalls.callWithSession()
Call with multiple rounds session sample
|
static void |
ApplicationCalls.callWithThinking() |
static void |
ApplicationCalls.callWithWorkspace()
Call with workspace sample
|
static void |
GenerationToolChoice.disableToolCall() |
static void |
DollyUsage.dollyQuickStart() |
static void |
ApplicationCalls.flowCall()
Plugin and flow application call sample
|
static void |
ApplicationCalls.flowCallWithParam()
Plugin and flow application call with biz params sample
|
static void |
GenerationToolChoice.forceCallFunctionAdd() |
static void |
AssistantFunctionCallStreamOpenai.main(String[] args) |
static void |
AssistantFunctionCallStream.main(String[] args) |
static void |
AssistantSimple.main(String[] args) |
static void |
TestEncryption.main(String[] args) |
static void |
AssistantFunctionCallStreamQwen.main(String[] args) |
static void |
AssistantFunctionCall.main(String[] args) |
static void |
ConversationStreamCall.main(String[] args) |
static void |
AssistantCallSearch.main(String[] args) |
static void |
ConversationQuickStart.main(String[] args) |
static void |
AssistantCallSearchStream.main(String[] args) |
static void |
GenerationToolChoice.parallelToolCalls() |
static void |
GenerationQuickStart.quickStartWithMessage() |
static void |
ConversationQuickStart.quickStartWithMessage() |
static void |
GenerationQuickStart.qwenQuickStart() |
static void |
GenerationQuickStart.qwenQuickStartCallback() |
static void |
TestEncryption.qwenQuickStartGeneral() |
static void |
TestEncryption.qwenQuickStartStream() |
static void |
ApplicationCalls.ragCall()
Rag application call sample
|
static void |
ApplicationCalls.ragCallWithDocReference() |
static void |
ApplicationCalls.ragCallWithTags()
Rag application call with tags sample
|
static void |
AssistantFunctionCall.run(String assistantId) |
static void |
AssistantCallSearch.run(String assistantId) |
static void |
AssistantCallSearchStream.run(String assistantId) |
static void |
GenerationCallEarlyStop.stopWithStrings() |
static void |
GenerationCallEarlyStop.stopWithTokens() |
static void |
ApplicationCalls.streamCall()
Call with stream response(Http SSE) sample
|
static void |
GenerationStreamCall.streamCall() |
static void |
GenerationCallWithCacheControl.streamCall() |
static void |
GenerationCallTranslation.streamCallDomains() |
static void |
GenerationCallTranslation.streamCallTerms() |
static void |
GenerationCallTranslation.streamCallTmList() |
static void |
GenerationStreamCall.streamCallWithCallback() |
static void |
GenerationCallWithMessages.streamCallWithMessage() |
static void |
GenerationCallWithThinking.streamCallWithPartial() |
static void |
GenerationStreamCall.streamCallWithSearchOptions() |
static void |
GenerationCallWithThinking.streamCallWithThinking() |
static void |
GenerationCallWithThinking.streamCallWithToolChoice() |
static void |
AssistantFunctionCallStreamOpenai.streamRun(String assistantId) |
static void |
AssistantFunctionCallStream.streamRun(String assistantId) |
static void |
AssistantFunctionCallStreamQwen.streamRun(String assistantId) |
static void |
CodeGenerationQuickStart.testCode2commentSample() |
static void |
CodeGenerationQuickStart.testCode2explainSample() |
static void |
CodeGenerationQuickStart.testCodeqaSample() |
static void |
CodeGenerationQuickStart.testCommit2msgSample() |
static void |
CodeGenerationQuickStart.testCustomSample() |
static void |
CodeGenerationQuickStart.testCustomSampleWithCallBack() |
static void |
CodeGenerationQuickStart.testCustomSampleWithStream() |
static void |
CodeGenerationQuickStart.testCustomSampleWithStreamCallBack() |
static void |
CodeGenerationQuickStart.testCustomSampleWithWebSocket() |
static void |
ChatCompletionTest.testGeneralRequest() |
static void |
ChatCompletionTest.testGeneralRequestFunction() |
static void |
ChatCompletionTest.testGeneralRequestFunctionParallel() |
static void |
ChatCompletionTest.testGeneralRequestStream() |
static void |
ChatCompletionTest.testMultiModalRequest() |
static void |
CodeGenerationQuickStart.testNl2codeSample() |
static void |
CodeGenerationQuickStart.testNl2sqlSample() |
static void |
ConversationStreamCall.testStreamCall() |
static void |
CodeGenerationQuickStart.testUnittestSample() |
static void |
ChatGLMUsage.usage() |
static void |
Llama2Usage.usage() |
static void |
YuanyuUsage.usage() |
static void |
ZiyaUsage.usage() |
static void |
BelleUsage.usage() |
static void |
BiLLaUsage.usage() |
static void |
BaiChuanUsage.usage() |
static void |
MossUsage.usage() |
void |
ChatGLMParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
CodeGenerationResult |
CodeGeneration.call(CodeGenerationParam param)
Call the server to get the whole result.
|
void |
CodeGeneration.call(CodeGenerationParam param,
ResultCallback<CodeGenerationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<CodeGenerationResult> |
CodeGeneration.streamCall(CodeGenerationParam param)
Call the server to get the result by stream.
|
void |
CodeGeneration.streamCall(CodeGenerationParam param,
ResultCallback<CodeGenerationResult> callback)
Call the server to get the result by stream.
|
void |
CodeGenerationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChatCompletion |
ChatCompletions.call(ChatCompletionParam param) |
void |
ChatCompletions.call(ChatCompletionParam param,
ResultCallback<ChatCompletion> callback) |
io.reactivex.Flowable<ChatCompletionChunk> |
ChatCompletions.streamCall(ChatCompletionParam param) |
void |
ChatCompletions.streamCall(ChatCompletionParam param,
ResultCallback<ChatCompletionChunk> callback) |
void |
ChatCompletionParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
ConversationResult |
Conversation.call(ConversationParam param)
已过时。
Call the server to get the whole result.
|
void |
Conversation.call(ConversationParam param,
ResultCallback<ConversationResult> callback)
已过时。
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<ConversationResult> |
Conversation.streamCall(ConversationParam param)
已过时。
Call the server to get the result by stream.
|
void |
Conversation.streamCall(ConversationParam param,
ResultCallback<ConversationResult> callback)
已过时。
Call the server to get the result by stream.
|
void |
ConversationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
GenerationResult |
Generation.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
Generation.call(HalfDuplexServiceParam param,
ResultCallback<GenerationResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<GenerationResult> |
Generation.streamCall(HalfDuplexServiceParam param)
Call the server to get the result by stream. http and websocket.
|
void |
Generation.streamCall(HalfDuplexServiceParam param,
ResultCallback<GenerationResult> callback) |
void |
GenerationParamBase.validate() |
void |
GenerationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ImageSynthesisParam.validate() |
void |
SketchImageSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MultiModalConversation.streamCall(MultiModalConversationParam param,
ResultCallback<MultiModalConversationResult> callback)
Call the server to get the result by stream.
|
void |
MultiModalConversationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
VideoSynthesisResult |
VideoSynthesis.asyncCall(VideoSynthesisParam param)
Async call
|
VideoSynthesisResult |
VideoSynthesis.call(VideoSynthesisParam param)
Call the server to get the result.
|
void |
VideoSynthesisParam.validate()
Validate all parameters.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationResult |
Application.call(ApplicationParam param)
app completion call for http request
|
io.reactivex.Flowable<ApplicationResult> |
Application.streamCall(ApplicationParam param)
app completion call for http request by sse stream
|
void |
ApplicationParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AsrPhraseStatusResult |
AsrPhraseManager.CreatePhrases(AsrPhraseParam param) |
static AsrPhraseStatusResult |
AsrPhraseManager.DeletePhrase(AsrPhraseParam param,
String phraseId) |
static AsrPhraseStatusResult |
AsrPhraseManager.ListPhrases(AsrPhraseParam param) |
static AsrPhraseStatusResult |
AsrPhraseManager.QueryPhrase(AsrPhraseParam param,
String phraseId) |
static AsrPhraseStatusResult |
AsrPhraseManager.UpdatePhrases(AsrPhraseParam param,
String phraseId) |
void |
AsrPhraseParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TranscriptionParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
Vocabulary |
VocabularyService.createVocabulary(String targetModel,
String prefix,
com.google.gson.JsonArray vocabulary)
创建新热词
|
Vocabulary |
VocabularyService.createVocabulary(String targetModel,
String prefix,
com.google.gson.JsonArray vocabulary,
VocabularyParam customParam) |
void |
VocabularyService.deleteVocabulary(String vocabularyId)
删除热词表
|
void |
VocabularyService.deleteVocabulary(String vocabularyId,
VocabularyParam customParam) |
Vocabulary[] |
VocabularyService.listVocabulary(String prefix)
查询已创建的所有热词表。
|
Vocabulary[] |
VocabularyService.listVocabulary(String prefix,
int pageIndex,
int pageSize)
查询已创建的所有热词表
|
Vocabulary[] |
VocabularyService.listVocabulary(String prefix,
int pageIndex,
int pageSize,
VocabularyParam customParam) |
Vocabulary |
VocabularyService.queryVocabulary(String vocabularyId)
查询指定热词表
|
Vocabulary |
VocabularyService.queryVocabulary(String vocabularyId,
VocabularyParam customParam) |
void |
VocabularyService.updateVocabulary(String vocabularyId,
com.google.gson.JsonArray vocabulary)
更新热词表
|
void |
VocabularyService.updateVocabulary(String vocabularyId,
com.google.gson.JsonArray vocabulary,
VocabularyParam customParam) |
void |
VocabularyParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpeechSynthesisParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
Voice |
VoiceEnrollmentService.createVoice(String targetModel,
String prefix,
String url)
创建新克隆音色
|
Voice |
VoiceEnrollmentService.createVoice(String targetModel,
String prefix,
String url,
VoiceEnrollmentParam customParam) |
void |
VoiceEnrollmentService.deleteVoice(String voiceId)
删除音色
|
void |
VoiceEnrollmentService.deleteVoice(String voiceId,
VoiceEnrollmentParam customParam) |
Voice[] |
VoiceEnrollmentService.listVoice(String prefix)
查询已创建的所有音色 默认的页索引为0,默认的页大小为10
|
Voice[] |
VoiceEnrollmentService.listVoice(String prefix,
int pageIndex,
int pageSize)
查询已创建的所有音色
|
Voice[] |
VoiceEnrollmentService.listVoice(String prefix,
int pageIndex,
int pageSize,
VoiceEnrollmentParam customParam) |
Voice |
VoiceEnrollmentService.queryVoice(String voiceId)
查询指定音色
|
Voice |
VoiceEnrollmentService.queryVoice(String voiceId,
VoiceEnrollmentParam customParam) |
void |
VoiceEnrollmentService.updateVoice(String voiceId,
String url)
更新音色
|
void |
VoiceEnrollmentService.updateVoice(String voiceId,
String url,
VoiceEnrollmentParam customParam) |
void |
VoiceEnrollmentParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
HalfDuplexParamBase.validate()
Validate the input and parameters.
|
void |
AsyncTaskListParam.validate()
已过时。
|
void |
FlattenHalfDuplexParamBase.validate() |
void |
AsyncTaskParam.validate()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GeneralGetParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TextEmbeddingParam.validate() |
void |
BatchTextEmbeddingParam.validate() |
void |
MultiModalEmbeddingParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
TingWu.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
TingWuParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
UnderstandingResult |
Understanding.call(UnderstandingParam param)
Call the server to get the whole result, only http protocol
|
void |
Understanding.call(UnderstandingParam param,
ResultCallback<UnderstandingResult> callback)
Call the server to get the result in the callback function.
|
void |
UnderstandingParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
TextReRankResult |
TextReRank.call(TextReRankParam param)
Call the server to get the whole result.
|
void |
TextReRankParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncTaskListParam.validate() |
void |
AsyncTaskParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
AssistantThread |
Threads.update(String threadId,
UpdateMetadataParam param) |
| 限定符和类型 | 方法和说明 |
|---|---|
Run |
Runs.create(String threadId,
RunParam param)
Create a thread run.
|
io.reactivex.Flowable<AssistantStreamMessage> |
Runs.createStream(String threadId,
RunParam param)
Create stream run, return Flowable of StreamMessage.
|
void |
Runs.createStream(String threadId,
RunParam param,
AssistantEventHandler handler)
Create stream run, with event handler.
|
io.reactivex.Flowable<AssistantStreamMessage> |
Runs.submitStreamToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param)
Submit tool outputs, and return stream result.
|
void |
Runs.submitStreamToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param,
AssistantEventHandler handler)
Submit tool outputs, and return stream result.
|
Run |
Runs.submitToolOutputs(String threadId,
String runId,
SubmitToolOutputsParam param)
Submit tool outputs.
|
Run |
Runs.update(String threadId,
String runId,
UpdateMetadataParam param)
Update the run.
|
void |
ThreadAndRunParam.validate() |
void |
SubmitToolOutputsParam.validate() |
void |
RunParam.validate() |
| 限定符和类型 | 方法和说明 |
|---|---|
TokenizationResult |
Tokenization.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
Tokenization.call(HalfDuplexServiceParam param,
ResultCallback<TokenizationResult> callback)
Call the server to get the result in the callback function.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
void |
GeneralHalfDuplexApi.call(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback)
Call the server to get the result in the callback function.
|
io.reactivex.Flowable<DashScopeResult> |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param)
Call the server to get the result by stream. http and websocket.
|
void |
GeneralHalfDuplexApi.streamCall(HalfDuplexServiceParam param,
ResultCallback<DashScopeResult> callback) |
Copyright © 2025. All rights reserved.