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

Interface ModelEntry

packages/web/src/render.tsx:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59interface ModelEntry {
60 id: string;
61 metadata: CatalogModel;
62 labId: string;
63 labName: string;
64 providers: ProviderModelEntry[];
65 minInputCost?: number;
66 minOutputCost?: number;
67}
68
69interface LabEntry {
70 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected