File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11components:
22 parameters: {}
33 schemas:
4+ AABenchmarkEntry:
5+ description: Artificial Analysis benchmark index scores.
6+ example:
7+ agentic_index: 55.8
8+ coding_index: 63.2
9+ intelligence_index: 71.4
10+ properties:
11+ agentic_index:
12+ description: Artificial Analysis Agentic Index score
13+ example: 55.8
14+ format: double
15+ nullable: true
16+ type: number
17+ coding_index:
18+ description: Artificial Analysis Coding Index score
19+ example: 63.2
20+ format: double
21+ nullable: true
22+ type: number
23+ intelligence_index:
24+ description: Artificial Analysis Intelligence Index score
25+ example: 71.4
26+ format: double
27+ nullable: true
28+ type: number
29+ required:
30+ - intelligence_index
31+ - coding_index
32+ - agentic_index
33+ type: object
434 ActivityItem:
535 example:
636 byok_usage_inference: 0.012
@@ -12011,17 +12041,21 @@ components:
1201112041 ModelBenchmarks:
1201212042 description: Third-party benchmark rankings for this model. Omitted when no benchmark data is available.
1201312043 example:
12044+ artificial_analysis:
12045+ agentic_index: 55.8
12046+ coding_index: 63.2
12047+ intelligence_index: 71.4
1201412048 design_arena:
1201512049 - arena: models
1201612050 category: website
1201712051 elo: 1385.2
1201812052 rank: 5
1201912053 win_rate: 62.5
1202012054 properties:
12055+ artificial_analysis:
12056+ $ref: '#/components/schemas/AABenchmarkEntry'
1202112057 design_arena:
12022- description: >-
12023- Design Arena ELO rankings across arena+category pairs. The parent benchmarks object is omitted when the
12024- model has not been evaluated.
12058+ description: Design Arena ELO rankings across arena+category pairs.
1202512059 example:
1202612060 - arena: models
1202712061 category: website
@@ -12031,8 +12065,6 @@ components:
1203112065 items:
1203212066 $ref: '#/components/schemas/DABenchmarkEntry'
1203312067 type: array
12034- required:
12035- - design_arena
1203612068 type: object
1203712069 ModelGroup:
1203812070 description: Tokenizer type used by the model
You can’t perform that action at this time.
0 commit comments