Example Usage
import { UnifiedBenchmarksMeta } from "@openrouter/sdk/models";
let value: UnifiedBenchmarksMeta = {
asOf: "2026-06-03T12:00:00Z",
citation:
"Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).",
modelCount: 50,
source: "artificial-analysis",
sourceUrl: "https://artificialanalysis.ai",
taskType: null,
version: "v1",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
asOf | string | :heavy_check_mark: | ISO-8601 timestamp of when this data was last updated. | 2026-06-03T12:00:00Z |
citation | string | :heavy_check_mark: | 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 | :heavy_check_mark: | Number of unique models in the response. | |
source | models.SourceEnum | :heavy_check_mark: | The source filter applied, or null when all sources are returned. | artificial-analysis |
sourceUrl | string | :heavy_check_mark: | URL of the upstream data source, or null when results span multiple sources. | https://artificialanalysis.ai |
taskType | string | :heavy_check_mark: | The task_type filter applied, or null if showing all. | |
version | models.UnifiedBenchmarksMetaVersion | :heavy_check_mark: | Dataset version. |