MCPcopy Create free account
hub / github.com/simstudioai/sim / Image

Function Image

apps/sim/app/(landing)/models/(shell)/opengraph-image.tsx:15–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export default async function Image() {
16 return createLandingOgImage({
17 eyebrow: 'Sim model directory',
18 title: 'AI Models Directory',
19 subtitle:
20 'Browse tracked AI models with pricing, context windows, and workflow-ready capability details.',
21 pills: [
22 `${TOTAL_MODELS} models`,
23 `${TOTAL_MODEL_PROVIDERS} providers`,
24 `${formatTokenCount(MAX_CONTEXT_WINDOW)} max context`,
25 ],
26 domainLabel: 'sim.ai/models',
27 })
28}

Callers

nothing calls this directly

Calls 2

createLandingOgImageFunction · 0.90
formatTokenCountFunction · 0.90

Tested by

no test coverage detected