--- title: "UnifiedBenchmarksAAItem" --- ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | | `agentic_index` | *Nullable[float]* | :heavy_check_mark: | Artificial Analysis Agentic Index composite score. Higher is better. | 58.3 | | `coding_index` | *Nullable[float]* | :heavy_check_mark: | Artificial Analysis Coding Index composite score. Higher is better. | 65.8 | | `display_name` | *str* | :heavy_check_mark: | Model name as listed on Artificial Analysis. | GPT-4o | | `intelligence_index` | *Nullable[float]* | :heavy_check_mark: | Artificial Analysis Intelligence Index composite score. Higher is better. | 71.2 | | `model_permaslug` | *str* | :heavy_check_mark: | Stable OpenRouter model identifier. | openai/gpt-4o | | `pricing` | [Nullable[components.UnifiedBenchmarkPricing]](../components/unifiedbenchmarkpricing.mdx) | :heavy_check_mark: | OpenRouter pricing per token for this model. Null if pricing is unavailable. | \{
"completion": "0.000015",
"prompt": "0.000003"
} | | `source` | [components.UnifiedBenchmarksAAItemSource](../components/unifiedbenchmarksaaitemsource.mdx) | :heavy_check_mark: | Benchmark source discriminator. | |