ModelBenchmarks
Third-party benchmark rankings for this model. Omitted when no benchmark data is available.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { ModelBenchmarks } from "@openrouter/sdk/models";
let value: ModelBenchmarks = {
designArena: [
{
arena: "models",
category: "website",
elo: 1385.2,
rank: 5,
winRate: 62.5,
},
],
};
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
artificialAnalysis | models.AABenchmarkEntry | :heavy_minus_sign: | Artificial Analysis benchmark index scores. | { “agentic_index”: 55.8, “coding_index”: 63.2, “intelligence_index”: 71.4 } |
designArena | models.DABenchmarkEntry[] | :heavy_check_mark: | Design Arena ELO rankings across arena+category pairs. | [ { “arena”: “models”, “category”: “website”, “elo”: 1385.2, “rank”: 5, “win_rate”: 62.5 } ] |