UnifiedBenchmarksMeta - TypeScript SDK
UnifiedBenchmarksMeta - TypeScript SDK
UnifiedBenchmarksMeta type definition
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Example Usage
1 import { UnifiedBenchmarksMeta } from "@openrouter/sdk/models"; 2 3 let value: UnifiedBenchmarksMeta = { 4 asOf: "2026-06-03T12:00:00Z", 5 citation: 6 "Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).", 7 modelCount: 50, 8 source: "artificial-analysis", 9 sourceUrl: "https://artificialanalysis.ai", 10 taskType: null, 11 version: "v1", 12 };
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
asOf | string | ✔️ | ISO-8601 timestamp of when this data was last updated. | 2026-06-03T12:00:00Z |
citation | string | ✔️ | Required attribution when republishing this data, or null when results span multiple sources (attribute each item individually by its source discriminator). | Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings). |
modelCount | number | ✔️ | Number of unique models in the response. | |
source | models.SourceEnum | ✔️ | The source filter applied, or null when all sources are returned. | artificial-analysis |
sourceUrl | string | ✔️ | URL of the upstream data source, or null when results span multiple sources. | https://artificialanalysis.ai |
taskType | string | ✔️ | The task_type filter applied, or null if showing all. | |
version | models.UnifiedBenchmarksMetaVersion | ✔️ | Dataset version. |