| Modifier and Type | Method and Description |
|---|---|
Api.ChatResp |
MaasService.chat(Api.ChatReq req) |
Api.ClassificationResp |
MaasService.classification(Api.ClassificationReq req) |
Api.EmbeddingsResp |
MaasService.embeddings(Api.EmbeddingsReq req) |
Stream<Api.ChatResp> |
MaasService.streamChat(Api.ChatReq req) |
Api.TokenizeResp |
MaasService.tokenization(Api.TokenizeReq req) |
| Modifier and Type | Method and Description |
|---|---|
Api.ChatResp |
MaasServiceImpl.chat(Api.ChatReq req) |
Api.ClassificationResp |
MaasServiceImpl.classification(Api.ClassificationReq req) |
Api.EmbeddingsResp |
MaasServiceImpl.embeddings(Api.EmbeddingsReq req) |
Stream<Api.ChatResp> |
MaasServiceImpl.streamChat(Api.ChatReq req) |
Api.TokenizeResp |
MaasServiceImpl.tokenization(Api.TokenizeReq req) |
| Modifier and Type | Method and Description |
|---|---|
ChatResp |
MaasService.chat(String endpointId,
ChatReq req) |
ClassificationResp |
MaasService.classification(String endpointId,
ClassificationReq req) |
EmbeddingsResp |
MaasService.embeddings(String endpointId,
EmbeddingsReq req) |
Stream<ChatResp> |
MaasService.streamChat(String endpointId,
ChatReq req) |
TokenizeResp |
MaasService.tokenization(String endpointId,
TokenizeReq req) |
| Modifier and Type | Method and Description |
|---|---|
ChatResp |
MaasServiceImpl.chat(String endpointId,
ChatReq req) |
ClassificationResp |
MaasServiceImpl.classification(String endpointId,
ClassificationReq req) |
EmbeddingsResp |
MaasServiceImpl.embeddings(String endpointId,
EmbeddingsReq req) |
RawResponse |
MaasServiceImpl.json(String endpointId,
String api,
String reqId,
String body,
String apikey) |
org.apache.http.HttpResponse |
MaasServiceImpl.jsonWithHttpResponse(String endpointId,
String api,
String body,
String apikey) |
Stream<ChatResp> |
MaasServiceImpl.streamChat(String endpointId,
ChatReq req) |
TokenizeResp |
MaasServiceImpl.tokenization(String endpointId,
TokenizeReq req) |
| Modifier and Type | Method and Description |
|---|---|
BinaryResponseContent |
Speech.create(String endpointId,
SpeechReq req) |
| Modifier and Type | Method and Description |
|---|---|
ImagesResponse |
Images.ImagesFlexGen(String endpointId,
ImagesRequest req) |
ImagesQuickGenResponse |
Images.ImagesQuickGen(String endpointId,
ImagesQuickGenRequest req) |
Copyright © 2025. All rights reserved.