Files
openrouter-python-sdk-retry…/docs/components/unifiedbenchmarksdaitem.mdx

18 lines
5.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "UnifiedBenchmarksDAItem"
---
## Fields
| Field | Type | Required | Description | Example |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `arena` | *str* | :heavy_check_mark: | Arena this ranking belongs to. | models |
| `avg_generation_time_ms` | *Nullable[float]* | :heavy_check_mark: | Average generation time in milliseconds. | 3200 |
| `category` | *str* | :heavy_check_mark: | Category within the arena. | codecategories |
| `display_name` | *str* | :heavy_check_mark: | Human-readable model name from Design Arena. | Claude Sonnet 4 |
| `elo` | *float* | :heavy_check_mark: | ELO rating from head-to-head arena battles. | 1423 |
| `model_permaslug` | *str* | :heavy_check_mark: | Stable OpenRouter model identifier when mapped; otherwise the upstream Design Arena model id. | anthropic/claude-sonnet-4 |
| `pricing` | [Nullable[components.UnifiedBenchmarkPricing]](../components/unifiedbenchmarkpricing.mdx) | :heavy_check_mark: | OpenRouter pricing per token for this model. Null if pricing is unavailable. | \{<br/>"completion": "0.000015",<br/>"prompt": "0.000003"<br/>} |
| `source` | [components.UnifiedBenchmarksDAItemSource](../components/unifiedbenchmarksdaitemsource.mdx) | :heavy_check_mark: | Benchmark source discriminator. | |
| `tournament_stats` | [components.TournamentStats](../components/tournamentstats.mdx) | :heavy_check_mark: | Placement distribution from tournament matches. | |
| `win_rate` | *float* | :heavy_check_mark: | Win rate as a percentage (0100). | 72 |