MCPcopy
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
37export function vlmEndpoint(baseUrl: string): string {
38 return `${baseUrl}/v1/coding_plan/vlm`;
39}
40
41export function quotaEndpoint(baseUrl: string): string {
42 // Quota endpoint uses api subdomain

Callers 2

runFunction · 0.90
describeMethod · 0.90

Calls

no outgoing calls

Tested by 1

describeMethod · 0.72