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

Function chatEndpoint

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

Source from the content-addressed store, hash-verified

1export function chatEndpoint(baseUrl: string): string {
2 return `${baseUrl}/anthropic/v1/messages`;
3}
4
5export function speechEndpoint(baseUrl: string): string {
6 return `${baseUrl}/v1/t2a_v2`;

Callers 4

runFunction · 0.90
sendMessagesFunction · 0.90
chatStreamMethod · 0.90
chatMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected