AABenchmarkEntry - TypeScript SDK

AABenchmarkEntry type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Artificial Analysis benchmark index scores.

Example Usage

1import { AABenchmarkEntry } from "@openrouter/sdk/models";
2
3let value: AABenchmarkEntry = {
4 agenticIndex: 55.8,
5 codingIndex: 63.2,
6 intelligenceIndex: 71.4,
7};

Fields

FieldTypeRequiredDescriptionExample
agenticIndexnumber✔️Artificial Analysis Agentic Index score55.8
codingIndexnumber✔️Artificial Analysis Coding Index score63.2
intelligenceIndexnumber✔️Artificial Analysis Intelligence Index score71.4