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

Function voicesEndpoint

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

Source from the content-addressed store, hash-verified

7}
8
9export function voicesEndpoint(baseUrl: string): string {
10 return `${baseUrl}/v1/get_voice`;
11}
12
13export function imageEndpoint(baseUrl: string): string {
14 return `${baseUrl}/v1/image_generation`;

Callers 2

runFunction · 0.90
voicesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected