public interface AudioSpeechAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<okhttp3.ResponseBody> |
create(CreateSpeechReq request,
BaseReq baseReq) |
@POST(value="/v1/audio/speech")
retrofit2.Call<okhttp3.ResponseBody> create(@Body
CreateSpeechReq request,
@Tag
BaseReq baseReq)
Copyright © 2025. All rights reserved.