import { ImageResponse } from "next/og"
export const runtime = "edge"
export const alt = "Eval Cards — a reporting layer over evaluation infrastructure"
export const size = { width: 1200, height: 630 }
export const contentType = "image/png"
export default function OpenGraphImage() {
return new ImageResponse(
(
{/* Brand row */}
EE
Eval Cards
Beta · EvalEval
{/* Headline + lede */}
A reporting
layer
over
evaluation infrastructure.
A registry of reported model–benchmark results, organised under a five-level
rollout hierarchy and four interpretive signals.
{/* Footer strip */}
Reproducibility
·
Completeness
·
Provenance
·
Comparability
evalcards.evalevalai.com
),
{
...size,
},
)
}