ModelBenchmarks - TypeScript SDK

ModelBenchmarks type definition

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

Third-party benchmark rankings for this model. Omitted when no benchmark data is available.

Example Usage

1import { ModelBenchmarks } from "@openrouter/sdk/models";
2
3let value: ModelBenchmarks = {
4 designArena: [
5 {
6 arena: "models",
7 category: "website",
8 elo: 1385.2,
9 rank: 5,
10 winRate: 62.5,
11 },
12 ],
13};

Fields

FieldTypeRequiredDescriptionExample
artificialAnalysismodels.AABenchmarkEntryArtificial Analysis benchmark index scores.{"agentic_index": 55.8,"coding_index": 63.2,"intelligence_index": 71.4}
designArenamodels.DABenchmarkEntry[]✔️Design Arena ELO rankings across arena+category pairs.[
{"arena": "models","category": "website","elo": 1385.2,"rank": 5,"win_rate": 62.5}
]