BenchmarksDAMeta - TypeScript SDK

BenchmarksDAMeta type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { BenchmarksDAMeta } from "@openrouter/sdk/models";
2
3let value: BenchmarksDAMeta = {
4 arena: "models",
5 asOf: "2026-06-03T12:00:00Z",
6 category: null,
7 citation:
8 "Source: Design Arena (www.designarena.ai) via OpenRouter (openrouter.ai/rankings).",
9 eloBounds: {
10 max: 1600,
11 min: 900,
12 },
13 modelCount: 50,
14 source: "design-arena",
15 sourceUrl: "https://www.designarena.ai",
16 version: "v1",
17};

Fields

FieldTypeRequiredDescriptionExample
arenastring✔️The arena filter applied.
asOfstring✔️ISO-8601 timestamp of when this data was generated.2026-06-03T12:00:00Z
categorystring✔️The category filter applied, or null if showing all.
citationstring✔️Required attribution when republishing this data.Source: Design Arena (www.designarena.ai) via OpenRouter (openrouter.ai/rankings).
eloBoundsmodels.EloBounds✔️ELO range across all returned models for normalization.
modelCountnumber✔️Number of unique models in the response.
sourcemodels.BenchmarksDAMetaSource✔️Data source identifier.
sourceUrlmodels.BenchmarksDAMetaSourceUrl✔️URL of the upstream data source.
versionmodels.BenchmarksDAMetaVersion✔️Dataset version.