> ## 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. # UnifiedBenchmarksResponse ## Example Usage ```typescript theme={null} import { UnifiedBenchmarksResponse } from "@openrouter/sdk/models"; let value: UnifiedBenchmarksResponse = { data: [ { agenticIndex: 58.3, codingIndex: 65.8, displayName: "GPT-4o", intelligenceIndex: 71.2, modelPermaslug: "openai/gpt-4o", pricing: { completion: "0.00001", prompt: "0.0000025", }, source: "artificial-analysis", }, { accuracy: 0.72, accuracyStddev: 0.03, avgCostPerTask: 0.002, benchmarkType: "gpqa_diamond", displayName: "GPT-4o", lastRunTimestamp: "2026-06-03T12:00:00Z", modelPermaslug: "openai/gpt-4o", source: "openrouter", totalTasks: 300, }, ], meta: { asOf: "2026-06-03T12:00:00Z", citation: null, modelCount: 1, source: null, sourceUrl: null, taskType: null, version: "v1", }, }; ``` ## Fields | Field | Type | Required | Description | Example | | ------ | ------------------------------------------------------------------- | -------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `data` | *models.UnifiedBenchmarksResponseData*\[] | :heavy\_check\_mark: | N/A | | | `meta` | [models.UnifiedBenchmarksMeta](../models/unifiedbenchmarksmeta.mdx) | :heavy\_check\_mark: | N/A | \{
"as\_of": "2026-06-03T12:00:00Z",
"citation": "Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).",
"model\_count": 50,
"source": "artificial-analysis",
"source\_url": "[https://artificialanalysis.ai](https://artificialanalysis.ai)",
"task\_type": null,
"version": "v1"
} |