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 (#348)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
7b4b9feaa5
commit
b3f4ab7452
+26
-17
@@ -12411,6 +12411,7 @@ components:
|
|||||||
description: Custom HTTP headers to include in requests to this destination.
|
description: Custom HTTP headers to include in requests to this destination.
|
||||||
type: object
|
type: object
|
||||||
modelId:
|
modelId:
|
||||||
|
description: The name of the tracing project in Arize AX
|
||||||
minLength: 1
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
spaceKey:
|
spaceKey:
|
||||||
@@ -20433,22 +20434,28 @@ components:
|
|||||||
example: '2026-06-03T12:00:00Z'
|
example: '2026-06-03T12:00:00Z'
|
||||||
type: string
|
type: string
|
||||||
citation:
|
citation:
|
||||||
description: Required attribution when republishing this data.
|
description: >-
|
||||||
|
Required attribution when republishing this data, or null when results span multiple sources (attribute each
|
||||||
|
item individually by its `source` discriminator).
|
||||||
example: 'Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).'
|
example: 'Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).'
|
||||||
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
model_count:
|
model_count:
|
||||||
description: Number of unique models in the response.
|
description: Number of unique models in the response.
|
||||||
type: integer
|
type: integer
|
||||||
source:
|
source:
|
||||||
description: The source filter applied.
|
description: The source filter applied, or null when all sources are returned.
|
||||||
enum:
|
enum:
|
||||||
- artificial-analysis
|
- artificial-analysis
|
||||||
- design-arena
|
- design-arena
|
||||||
|
- null
|
||||||
example: artificial-analysis
|
example: artificial-analysis
|
||||||
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
source_url:
|
source_url:
|
||||||
description: URL of the upstream data source.
|
description: URL of the upstream data source, or null when results span multiple sources.
|
||||||
example: https://artificialanalysis.ai
|
example: https://artificialanalysis.ai
|
||||||
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
task_type:
|
task_type:
|
||||||
description: The task_type filter applied, or null if showing all.
|
description: The task_type filter applied, or null if showing all.
|
||||||
@@ -20482,10 +20489,10 @@ components:
|
|||||||
source: artificial-analysis
|
source: artificial-analysis
|
||||||
meta:
|
meta:
|
||||||
as_of: '2026-06-03T12:00:00Z'
|
as_of: '2026-06-03T12:00:00Z'
|
||||||
citation: 'Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).'
|
citation: null
|
||||||
model_count: 1
|
model_count: 1
|
||||||
source: artificial-analysis
|
source: null
|
||||||
source_url: https://artificialanalysis.ai
|
source_url: null
|
||||||
task_type: null
|
task_type: null
|
||||||
version: v1
|
version: v1
|
||||||
properties:
|
properties:
|
||||||
@@ -23121,12 +23128,16 @@ paths:
|
|||||||
requests/minute per key and 500 requests/day per account.
|
requests/minute per key and 500 requests/day per account.
|
||||||
operationId: getBenchmarks
|
operationId: getBenchmarks
|
||||||
parameters:
|
parameters:
|
||||||
- description: Benchmark source to query. Determines the shape of the returned items.
|
- description: >-
|
||||||
|
Benchmark source to query. Determines the shape of the returned items. When omitted, returns results from
|
||||||
|
all sources.
|
||||||
in: query
|
in: query
|
||||||
name: source
|
name: source
|
||||||
required: true
|
required: false
|
||||||
schema:
|
schema:
|
||||||
description: Benchmark source to query. Determines the shape of the returned items.
|
description: >-
|
||||||
|
Benchmark source to query. Determines the shape of the returned items. When omitted, returns results from
|
||||||
|
all sources.
|
||||||
enum:
|
enum:
|
||||||
- artificial-analysis
|
- artificial-analysis
|
||||||
- design-arena
|
- design-arena
|
||||||
@@ -23172,15 +23183,13 @@ paths:
|
|||||||
`dataviz`, `image`, `video`, `svg`). When omitted, returns all categories.
|
`dataviz`, `image`, `video`, `svg`). When omitted, returns all categories.
|
||||||
example: codecategories
|
example: codecategories
|
||||||
type: string
|
type: string
|
||||||
- description: Max results to return (1–100, default 50).
|
- description: Maximum number of items to return. When omitted, all matching results are returned.
|
||||||
in: query
|
in: query
|
||||||
name: max_results
|
name: max_results
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
default: 50
|
description: Maximum number of items to return. When omitted, all matching results are returned.
|
||||||
description: Max results to return (1–100, default 50).
|
example: 50
|
||||||
example: 20
|
|
||||||
maximum: 100
|
|
||||||
minimum: 1
|
minimum: 1
|
||||||
type: integer
|
type: integer
|
||||||
responses:
|
responses:
|
||||||
@@ -23200,10 +23209,10 @@ paths:
|
|||||||
source: artificial-analysis
|
source: artificial-analysis
|
||||||
meta:
|
meta:
|
||||||
as_of: '2026-06-03T12:00:00Z'
|
as_of: '2026-06-03T12:00:00Z'
|
||||||
citation: 'Source: Artificial Analysis (artificialanalysis.ai) via OpenRouter (openrouter.ai/rankings).'
|
citation: null
|
||||||
model_count: 1
|
model_count: 1
|
||||||
source: artificial-analysis
|
source: null
|
||||||
source_url: https://artificialanalysis.ai
|
source_url: null
|
||||||
task_type: null
|
task_type: null
|
||||||
version: v1
|
version: v1
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user