docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
+16
View File
@@ -0,0 +1,16 @@
---
title: "DABenchmarkEntry"
---
A single Design Arena benchmark entry for a specific arena+category
## Fields
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| `arena` | *str* | :heavy_check_mark: | Arena type (e.g. models, builders, agents) | models |
| `category` | *str* | :heavy_check_mark: | Category within the arena (e.g. website, gamedev, uicomponent) | website |
| `elo` | *float* | :heavy_check_mark: | ELO rating from head-to-head arena battles | 1385.2 |
| `rank` | *int* | :heavy_check_mark: | Rank position within this arena+category among models available on OpenRouter (1 = highest ELO) | 5 |
| `win_rate` | *float* | :heavy_check_mark: | Win rate percentage in arena battles | 62.5 |