MCPcopy
hub / github.com/MiniMax-AI/cli / speechEndpoint

Function speechEndpoint

src/client/endpoints.ts:5–7  ·  view source on GitHub ↗
(baseUrl: string)

Source from the content-addressed store, hash-verified

3}
4
5export function speechEndpoint(baseUrl: string): string {
6 return `${baseUrl}/v1/t2a_v2`;
7}
8
9export function voicesEndpoint(baseUrl: string): string {
10 return `${baseUrl}/v1/get_voice`;

Callers 2

runFunction · 0.90
synthesizeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected