> ## 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. # AABenchmarkEntry Artificial Analysis benchmark index scores. ## Example Usage ```typescript theme={null} import { AABenchmarkEntry } from "@openrouter/sdk/models"; let value: AABenchmarkEntry = { agenticIndex: 55.8, codingIndex: 63.2, intelligenceIndex: 71.4, }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------- | -------- | -------------------- | -------------------------------------------- | ------- | | `agenticIndex` | *number* | :heavy\_check\_mark: | Artificial Analysis Agentic Index score | 55.8 | | `codingIndex` | *number* | :heavy\_check\_mark: | Artificial Analysis Coding Index score | 63.2 | | `intelligenceIndex` | *number* | :heavy\_check\_mark: | Artificial Analysis Intelligence Index score | 71.4 |