> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # ModelBenchmarks Third-party benchmark rankings for this model. Omitted when no benchmark data is available. ## Example Usage ```typescript theme={null} import { ModelBenchmarks } from "@openrouter/sdk/models"; let value: ModelBenchmarks = { designArena: [ { arena: "models", category: "website", elo: 1385.2, rank: 5, winRate: 62.5, }, ], }; ``` ## Fields | Field | Type | Required | Description | Example | | -------------------- | ------------------------------------------------------------ | -------------------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | | `artificialAnalysis` | [models.AABenchmarkEntry](../models/aabenchmarkentry.mdx) | :heavy\_minus\_sign: | Artificial Analysis benchmark index scores. | \{
"agentic\_index": 55.8,
"coding\_index": 63.2,
"intelligence\_index": 71.4
} | | `designArena` | [models.DABenchmarkEntry](../models/dabenchmarkentry.mdx)\[] | :heavy\_check\_mark: | Design Arena ELO rankings across arena+category pairs. | \[
\{
"arena": "models",
"category": "website",
"elo": 1385.2,
"rank": 5,
"win\_rate": 62.5
}
] |