()
| 13 | } |
| 14 | |
| 15 | export 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 | } |
nothing calls this directly
no test coverage detected