| Package | Description |
|---|---|
| com.litongjava.minimax |
| Modifier and Type | Method and Description |
|---|---|
static MiniMaxTTSResponse |
MiniMaxHttpClient.speech(MiniMaxTTSRequest vo)
传入 FishAudioTTSRequestVo 对象。
|
static MiniMaxTTSResponse |
MiniMaxHttpClient.speech(String apiKey,
MiniMaxTTSRequest vo)
指定 API Key 调用接口。
|
static MiniMaxTTSResponse |
MiniMaxHttpClient.speech(String apiPrefixUrl,
String apiKey,
MiniMaxTTSRequest vo)
完整的接口调用:指定 URL、API Key 和请求对象。
|
static okhttp3.sse.EventSource |
MiniMaxHttpClient.speechStream(MiniMaxTTSRequest vo,
okhttp3.sse.EventSourceListener listener) |
static okhttp3.sse.EventSource |
MiniMaxHttpClient.speechStream(String apiKey,
MiniMaxTTSRequest vo,
okhttp3.sse.EventSourceListener listener) |
static okhttp3.sse.EventSource |
MiniMaxHttpClient.speechStream(String apiPrefixUrl,
String apiKey,
MiniMaxTTSRequest vo,
okhttp3.sse.EventSourceListener listener) |
Copyright © 2026. All rights reserved.