You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+128-2Lines changed: 128 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30112,13 +30112,13 @@ paths:
30112
30112
example: text
30113
30113
type: string
30114
30114
- description: >-
30115
-
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.
30115
+
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.
30116
30116
in: query
30117
30117
name: sort
30118
30118
required: false
30119
30119
schema:
30120
30120
description: >-
30121
-
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.
30121
+
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.
30122
30122
enum:
30123
30123
- most-popular
30124
30124
- newest
@@ -30129,6 +30129,8 @@ paths:
30129
30129
- throughput-high-to-low
30130
30130
- latency-low-to-high
30131
30131
- intelligence-high-to-low
30132
+
- coding-high-to-low
30133
+
- agentic-high-to-low
30132
30134
- design-arena-elo-high-to-low
30133
30135
example: newest
30134
30136
type: string
@@ -30235,6 +30237,130 @@ paths:
30235
30237
- eu
30236
30238
example: eu
30237
30239
type: string
30240
+
- description: Minimum completion (output) price in $/M tokens.
30241
+
in: query
30242
+
name: min_output_price
30243
+
required: false
30244
+
schema:
30245
+
description: Minimum completion (output) price in $/M tokens.
30246
+
example: 0
30247
+
minimum: 0
30248
+
nullable: true
30249
+
type: number
30250
+
- description: Maximum completion (output) price in $/M tokens.
30251
+
in: query
30252
+
name: max_output_price
30253
+
required: false
30254
+
schema:
30255
+
description: Maximum completion (output) price in $/M tokens.
30256
+
example: 10
30257
+
minimum: 0
30258
+
nullable: true
30259
+
type: number
30260
+
- description: Minimum model age in days since its creation date.
30261
+
in: query
30262
+
name: min_age_days
30263
+
required: false
30264
+
schema:
30265
+
description: Minimum model age in days since its creation date.
30266
+
example: 0
30267
+
minimum: 0
30268
+
nullable: true
30269
+
type: integer
30270
+
- description: Maximum model age in days since its creation date.
30271
+
in: query
30272
+
name: max_age_days
30273
+
required: false
30274
+
schema:
30275
+
description: Maximum model age in days since its creation date.
0 commit comments