| 限定符和类型 | 类和说明 |
|---|---|
class |
ChatGLMParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CodeGenerationParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConversationParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenerationParam |
class |
GenerationParamBase |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BailianParam |
class |
DollyParam |
class |
QwenParam
已过时。
use GenerationParam instead
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ImageSynthesisParam |
class |
SketchImageSynthesisParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultiModalConversationParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VideoSynthesisParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsrPhraseParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TranscriptionParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VocabularyParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SpeechSynthesisParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VoiceEnrollmentParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchTextEmbeddingParam |
class |
MultiModalEmbeddingParam |
class |
TextEmbeddingParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TingWuParam |
| 限定符和类型 | 方法和说明 |
|---|---|
DashScopeResult |
TingWu.call(HalfDuplexServiceParam param)
Call the server to get the whole result, only http protocol
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
UnderstandingParam |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TextReRankParam |
| 限定符和类型 | 方法和说明 |
|---|---|
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.