diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 6121a58..6b8a162 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -1,6 +1,36 @@ components: parameters: {} schemas: + AABenchmarkEntry: + description: Artificial Analysis benchmark index scores. + example: + agentic_index: 55.8 + coding_index: 63.2 + intelligence_index: 71.4 + properties: + agentic_index: + description: Artificial Analysis Agentic Index score + example: 55.8 + format: double + nullable: true + type: number + coding_index: + description: Artificial Analysis Coding Index score + example: 63.2 + format: double + nullable: true + type: number + intelligence_index: + description: Artificial Analysis Intelligence Index score + example: 71.4 + format: double + nullable: true + type: number + required: + - intelligence_index + - coding_index + - agentic_index + type: object ActivityItem: example: byok_usage_inference: 0.012 @@ -12011,6 +12041,10 @@ components: ModelBenchmarks: description: Third-party benchmark rankings for this model. Omitted when no benchmark data is available. example: + artificial_analysis: + agentic_index: 55.8 + coding_index: 63.2 + intelligence_index: 71.4 design_arena: - arena: models category: website @@ -12018,10 +12052,10 @@ components: rank: 5 win_rate: 62.5 properties: + artificial_analysis: + $ref: '#/components/schemas/AABenchmarkEntry' design_arena: - description: >- - Design Arena ELO rankings across arena+category pairs. The parent benchmarks object is omitted when the - model has not been evaluated. + description: Design Arena ELO rankings across arena+category pairs. example: - arena: models category: website @@ -12031,8 +12065,6 @@ components: items: $ref: '#/components/schemas/DABenchmarkEntry' type: array - required: - - design_arena type: object ModelGroup: description: Tokenizer type used by the model