BenchmarksDAMeta - TypeScript SDK
BenchmarksDAMeta - TypeScript SDK
BenchmarksDAMeta type definition
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Example Usage
1 import { BenchmarksDAMeta } from "@openrouter/sdk/models"; 2 3 let 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
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
arena | string | ✔️ | The arena filter applied. | |
asOf | string | ✔️ | ISO-8601 timestamp of when this data was generated. | 2026-06-03T12:00:00Z |
category | string | ✔️ | The category filter applied, or null if showing all. | |
citation | string | ✔️ | Required attribution when republishing this data. | Source: Design Arena (www.designarena.ai) via OpenRouter (openrouter.ai/rankings). |
eloBounds | models.EloBounds | ✔️ | ELO range across all returned models for normalization. | |
modelCount | number | ✔️ | Number of unique models in the response. | |
source | models.BenchmarksDAMetaSource | ✔️ | Data source identifier. | |
sourceUrl | models.BenchmarksDAMetaSourceUrl | ✔️ | URL of the upstream data source. | |
version | models.BenchmarksDAMetaVersion | ✔️ | Dataset version. |