mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: update OpenAPI spec from monorepo (#228)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
d208cc6cf8
commit
45c3ace681
@@ -5463,8 +5463,6 @@ components:
|
|||||||
model: openai/gpt-4o
|
model: openai/gpt-4o
|
||||||
provider: OpenAI
|
provider: OpenAI
|
||||||
selected: true
|
selected: true
|
||||||
sort_rank: 0
|
|
||||||
sort_value: 0.005
|
|
||||||
properties:
|
properties:
|
||||||
model:
|
model:
|
||||||
type: string
|
type: string
|
||||||
@@ -5472,18 +5470,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
selected:
|
selected:
|
||||||
type: boolean
|
type: boolean
|
||||||
sort_rank:
|
|
||||||
type: integer
|
|
||||||
sort_value:
|
|
||||||
format: double
|
|
||||||
nullable: true
|
|
||||||
type: number
|
|
||||||
required:
|
required:
|
||||||
- provider
|
- provider
|
||||||
- model
|
- model
|
||||||
- selected
|
- selected
|
||||||
- sort_rank
|
|
||||||
- sort_value
|
|
||||||
type: object
|
type: object
|
||||||
EndpointsMetadata:
|
EndpointsMetadata:
|
||||||
example:
|
example:
|
||||||
@@ -5491,26 +5481,16 @@ components:
|
|||||||
- model: openai/gpt-4o
|
- model: openai/gpt-4o
|
||||||
provider: OpenAI
|
provider: OpenAI
|
||||||
selected: true
|
selected: true
|
||||||
sort_rank: 0
|
|
||||||
sort_value: 0.005
|
|
||||||
sort: price
|
|
||||||
total: 3
|
total: 3
|
||||||
properties:
|
properties:
|
||||||
available:
|
available:
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/EndpointInfo'
|
$ref: '#/components/schemas/EndpointInfo'
|
||||||
type: array
|
type: array
|
||||||
sort:
|
|
||||||
type: string
|
|
||||||
sort_value:
|
|
||||||
format: double
|
|
||||||
nullable: true
|
|
||||||
type: number
|
|
||||||
total:
|
total:
|
||||||
type: integer
|
type: integer
|
||||||
required:
|
required:
|
||||||
- total
|
- total
|
||||||
- sort
|
|
||||||
- available
|
- available
|
||||||
type: object
|
type: object
|
||||||
EndpointStatus:
|
EndpointStatus:
|
||||||
@@ -9765,15 +9745,12 @@ components:
|
|||||||
- model: openai/gpt-4o
|
- model: openai/gpt-4o
|
||||||
provider: OpenAI
|
provider: OpenAI
|
||||||
selected: true
|
selected: true
|
||||||
sort_rank: 0
|
|
||||||
sort_value: 0.005
|
|
||||||
sort: price
|
|
||||||
total: 1
|
total: 1
|
||||||
is_byok: false
|
is_byok: false
|
||||||
region: iad
|
region: iad
|
||||||
requested: openai/gpt-4o
|
requested: openai/gpt-4o
|
||||||
strategy: direct
|
strategy: direct
|
||||||
summary: sort=price, available=1, selected=OpenAI
|
summary: available=1, selected=OpenAI
|
||||||
properties:
|
properties:
|
||||||
attempt:
|
attempt:
|
||||||
type: integer
|
type: integer
|
||||||
@@ -11164,10 +11141,8 @@ components:
|
|||||||
Categorical kind of a pipeline stage. Multiple plugins can share a type (e.g. all guardrail-level plugins emit
|
Categorical kind of a pipeline stage. Multiple plugins can share a type (e.g. all guardrail-level plugins emit
|
||||||
`guardrail`); the `name` field disambiguates which plugin emitted it.
|
`guardrail`); the `name` field disambiguates which plugin emitted it.
|
||||||
enum:
|
enum:
|
||||||
- router
|
|
||||||
- guardrail
|
- guardrail
|
||||||
- web_search
|
- plugin
|
||||||
- file_parser
|
|
||||||
- server_tools
|
- server_tools
|
||||||
- response_healing
|
- response_healing
|
||||||
- context_compression
|
- context_compression
|
||||||
@@ -13139,13 +13114,11 @@ components:
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
nullable: true
|
nullable: true
|
||||||
example:
|
example:
|
||||||
sort: price
|
version_group: anthropic/claude-sonnet-4
|
||||||
properties:
|
properties:
|
||||||
quality_floor:
|
quality_floor:
|
||||||
format: double
|
format: double
|
||||||
type: number
|
type: number
|
||||||
sort:
|
|
||||||
type: string
|
|
||||||
throughput_floor:
|
throughput_floor:
|
||||||
format: double
|
format: double
|
||||||
type: number
|
type: number
|
||||||
|
|||||||
Reference in New Issue
Block a user