mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#307)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
e3dc2e6f4c
commit
386db75669
@@ -1,6 +1,36 @@
|
|||||||
components:
|
components:
|
||||||
parameters: {}
|
parameters: {}
|
||||||
schemas:
|
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:
|
ActivityItem:
|
||||||
example:
|
example:
|
||||||
byok_usage_inference: 0.012
|
byok_usage_inference: 0.012
|
||||||
@@ -12011,6 +12041,10 @@ components:
|
|||||||
ModelBenchmarks:
|
ModelBenchmarks:
|
||||||
description: Third-party benchmark rankings for this model. Omitted when no benchmark data is available.
|
description: Third-party benchmark rankings for this model. Omitted when no benchmark data is available.
|
||||||
example:
|
example:
|
||||||
|
artificial_analysis:
|
||||||
|
agentic_index: 55.8
|
||||||
|
coding_index: 63.2
|
||||||
|
intelligence_index: 71.4
|
||||||
design_arena:
|
design_arena:
|
||||||
- arena: models
|
- arena: models
|
||||||
category: website
|
category: website
|
||||||
@@ -12018,10 +12052,10 @@ components:
|
|||||||
rank: 5
|
rank: 5
|
||||||
win_rate: 62.5
|
win_rate: 62.5
|
||||||
properties:
|
properties:
|
||||||
|
artificial_analysis:
|
||||||
|
$ref: '#/components/schemas/AABenchmarkEntry'
|
||||||
design_arena:
|
design_arena:
|
||||||
description: >-
|
description: Design Arena ELO rankings across arena+category pairs.
|
||||||
Design Arena ELO rankings across arena+category pairs. The parent benchmarks object is omitted when the
|
|
||||||
model has not been evaluated.
|
|
||||||
example:
|
example:
|
||||||
- arena: models
|
- arena: models
|
||||||
category: website
|
category: website
|
||||||
@@ -12031,8 +12065,6 @@ components:
|
|||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/DABenchmarkEntry'
|
$ref: '#/components/schemas/DABenchmarkEntry'
|
||||||
type: array
|
type: array
|
||||||
required:
|
|
||||||
- design_arena
|
|
||||||
type: object
|
type: object
|
||||||
ModelGroup:
|
ModelGroup:
|
||||||
description: Tokenizer type used by the model
|
description: Tokenizer type used by the model
|
||||||
|
|||||||
Reference in New Issue
Block a user