MCPcopy Create free account
hub / github.com/ephraimduncan/opencode-cursor / CursorModel

Interface CursorModel

src/models.ts:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36type CursorModelDetails = z.infer<typeof CursorModelDetailsSchema>;
37
38export interface CursorModel {
39 id: string;
40 name: string;
41 reasoning: boolean;
42 contextWindow: number;
43 maxTokens: number;
44}
45
46const FALLBACK_MODELS: CursorModel[] = [
47 // Composer models

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected