Example Usage
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 |