Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ imageEndpoint
Function
imageEndpoint
src/client/endpoints.ts:13–15 ·
view source on GitHub ↗
(baseUrl: string)
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
imageEndpoint(baseUrl: string): string {
14
return
`${baseUrl}/v1/image_generation`;
15
}
16
17
export
function
videoGenerateEndpoint(baseUrl: string): string {
18
return
`${baseUrl}/v1/video_generation`;
Callers
2
run
Function · 0.90
generate
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected