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

Function HomePage

packages/web/src/render.tsx:720–726  ·  view source on GitHub ↗
(props: {
  models: ModelEntry[];
  providers: Array<[string, CatalogProvider]>;
  labs: LabEntry[];
})

Source from the content-addressed store, hash-verified

718}
719
720function HomePage(props: {
721 models: ModelEntry[];
722 providers: Array<[string, CatalogProvider]>;
723 labs: LabEntry[];
724}) {
725 return <ModelTable models={props.models} title="Canonical Models" hideHeading />;
726}
727
728function ProvidersPage(props: { providers: Array<[string, CatalogProvider]> }) {
729 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected