Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ vlmEndpoint
Function
vlmEndpoint
src/client/endpoints.ts:37–39 ·
view source on GitHub ↗
(baseUrl: string)
Source
from the content-addressed store, hash-verified
35
}
36
37
export
function
vlmEndpoint(baseUrl: string): string {
38
return
`${baseUrl}/v1/coding_plan/vlm`;
39
}
40
41
export
function
quotaEndpoint(baseUrl: string): string {
42
// Quota endpoint uses api subdomain
Callers
2
run
Function · 0.90
describe
Method · 0.90
Calls
no outgoing calls
Tested by
1
describe
Method · 0.72