Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
function
voicesEndpoint(baseUrl: string): string {
10
return
`${baseUrl}/v1/get_voice`;
11
}
12
13
export
function
imageEndpoint(baseUrl: string): string {
14
return
`${baseUrl}/v1/image_generation`;
Callers
2
run
Function · 0.90
voices
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected