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

Interface ProviderModelEntry

packages/web/src/render.tsx:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50interface ProviderModelEntry {
51 providerId: string;
52 provider: CatalogProvider;
53 modelId: string;
54 model: CatalogProviderModel;
55 canonicalModelId?: string;
56 canonical?: ModelEntry;
57}
58
59interface ModelEntry {
60 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected