MCPcopy Create free account
hub / github.com/anomalyco/models.dev / SearchIndexItem

Interface SearchIndexItem

packages/web/src/render.tsx:80–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80interface SearchIndexItem {
81 type: "model" | "provider" | "lab";
82 title: string;
83 id: string;
84 href: string;
85 logo: string;
86 tokens: string[];
87 lab?: string;
88 modelCount?: number;
89 providerCount?: number;
90 context?: number;
91 releaseDate?: string;
92 inputCost?: number;
93 outputCost?: number;
94 description?: string;
95 npm?: string;
96 api?: string;
97 updated?: string;
98}
99
100const LAB_NAME_OVERRIDES: Record<string, string> = {
101 alibaba: "Alibaba",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected