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

Interface LabEntry

packages/web/src/render.tsx:69–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69interface LabEntry {
70 id: string;
71 name: string;
72 description?: string;
73 models: ModelEntry[];
74 providerCount: number;
75 families: string[];
76 lastReleased?: string;
77 lastUpdated?: string;
78}
79
80interface SearchIndexItem {
81 type: "model" | "provider" | "lab";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected