MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / getModelInfo

Function getModelInfo

src/models.js:441–443  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

439
440/** Get model info including enum and uid. */
441export function getModelInfo(id) {
442 return MODELS[id] || null;
443}
444
445// v2.0.84 (#118 0a00) — when an entire account pool is rate-limited
446// on a high-effort variant (`-max` / `-xhigh` / `-thinking-1m`), find

Calls

no outgoing calls

Tested by

no test coverage detected