MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / listModels

Method listModels

packages/server-e2e/src/http.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 return this.request<AuthSummary>('GET', '/auth', undefined);
174 }
175 listModels(): Promise<ListModelsResponse> {
176 return this.request('GET', '/models', undefined);
177 }
178 setDefaultModel(modelId: string): Promise<SetDefaultModelResponse> {
179 return this.request(
180 'POST',

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected