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 = {};

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}
]