mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: 🐝 Update SDK - Generate (spec change merged) 0.11.5 (#398)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
6f0aa8516e
commit
738aed60ad
+128
-2
@@ -30112,13 +30112,13 @@ paths:
|
||||
example: text
|
||||
type: string
|
||||
- description: >-
|
||||
Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low (Artificial Analysis intelligence index), design-arena-elo-high-to-low (best Design Arena ELO across arenas). Models without a score for the chosen benchmark are placed last. When omitted, the existing default ordering is preserved.
|
||||
Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low, coding-high-to-low, agentic-high-to-low (Artificial Analysis indices), design-arena-elo-high-to-low (best Design Arena ELO across arenas). Models without a score for the chosen benchmark are placed last. When omitted, the existing default ordering is preserved.
|
||||
in: query
|
||||
name: sort
|
||||
required: false
|
||||
schema:
|
||||
description: >-
|
||||
Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low (Artificial Analysis intelligence index), design-arena-elo-high-to-low (best Design Arena ELO across arenas). Models without a score for the chosen benchmark are placed last. When omitted, the existing default ordering is preserved.
|
||||
Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low, coding-high-to-low, agentic-high-to-low (Artificial Analysis indices), design-arena-elo-high-to-low (best Design Arena ELO across arenas). Models without a score for the chosen benchmark are placed last. When omitted, the existing default ordering is preserved.
|
||||
enum:
|
||||
- most-popular
|
||||
- newest
|
||||
@@ -30129,6 +30129,8 @@ paths:
|
||||
- throughput-high-to-low
|
||||
- latency-low-to-high
|
||||
- intelligence-high-to-low
|
||||
- coding-high-to-low
|
||||
- agentic-high-to-low
|
||||
- design-arena-elo-high-to-low
|
||||
example: newest
|
||||
type: string
|
||||
@@ -30235,6 +30237,130 @@ paths:
|
||||
- eu
|
||||
example: eu
|
||||
type: string
|
||||
- description: Minimum completion (output) price in $/M tokens.
|
||||
in: query
|
||||
name: min_output_price
|
||||
required: false
|
||||
schema:
|
||||
description: Minimum completion (output) price in $/M tokens.
|
||||
example: 0
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Maximum completion (output) price in $/M tokens.
|
||||
in: query
|
||||
name: max_output_price
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum completion (output) price in $/M tokens.
|
||||
example: 10
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Minimum model age in days since its creation date.
|
||||
in: query
|
||||
name: min_age_days
|
||||
required: false
|
||||
schema:
|
||||
description: Minimum model age in days since its creation date.
|
||||
example: 0
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: integer
|
||||
- description: Maximum model age in days since its creation date.
|
||||
in: query
|
||||
name: max_age_days
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum model age in days since its creation date.
|
||||
example: 90
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: integer
|
||||
- description: Minimum Artificial Analysis intelligence index.
|
||||
in: query
|
||||
name: min_intelligence_index
|
||||
required: false
|
||||
schema:
|
||||
description: Minimum Artificial Analysis intelligence index.
|
||||
example: 50
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Maximum Artificial Analysis intelligence index.
|
||||
in: query
|
||||
name: max_intelligence_index
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum Artificial Analysis intelligence index.
|
||||
example: 100
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Minimum Artificial Analysis coding index.
|
||||
in: query
|
||||
name: min_coding_index
|
||||
required: false
|
||||
schema:
|
||||
description: Minimum Artificial Analysis coding index.
|
||||
example: 50
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Maximum Artificial Analysis coding index.
|
||||
in: query
|
||||
name: max_coding_index
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum Artificial Analysis coding index.
|
||||
example: 100
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Minimum Artificial Analysis agentic index.
|
||||
in: query
|
||||
name: min_agentic_index
|
||||
required: false
|
||||
schema:
|
||||
description: Minimum Artificial Analysis agentic index.
|
||||
example: 50
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Maximum Artificial Analysis agentic index.
|
||||
in: query
|
||||
name: max_agentic_index
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum Artificial Analysis agentic index.
|
||||
example: 100
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: >-
|
||||
Minimum tool-calling success rate, as a fraction in [0, 1] (e.g. 0.9 = 90% of requests finishing with a tool_calls finish reason).
|
||||
in: query
|
||||
name: min_tool_success_rate
|
||||
required: false
|
||||
schema:
|
||||
description: >-
|
||||
Minimum tool-calling success rate, as a fraction in [0, 1] (e.g. 0.9 = 90% of requests finishing with a tool_calls finish reason).
|
||||
example: 0.9
|
||||
maximum: 1
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
- description: Maximum tool-calling success rate, as a fraction in [0, 1].
|
||||
in: query
|
||||
name: max_tool_success_rate
|
||||
required: false
|
||||
schema:
|
||||
description: Maximum tool-calling success rate, as a fraction in [0, 1].
|
||||
example: 1
|
||||
maximum: 1
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: number
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user