> ## 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.            | \{<br />"agentic\_index": 55.8,<br />"coding\_index": 63.2,<br />"intelligence\_index": 71.4<br />}                                     |
| `designArena`        | [models.DABenchmarkEntry](../models/dabenchmarkentry.mdx)\[] | :heavy\_check\_mark: | Design Arena ELO rankings across arena+category pairs. | \[<br />\{<br />"arena": "models",<br />"category": "website",<br />"elo": 1385.2,<br />"rank": 5,<br />"win\_rate": 62.5<br />}<br />] |
