Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30040,8 +30040,10 @@ paths:
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). When omitted, the existing default
ordering is preserved.
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.
in: query
name: sort
required: false
Expand All @@ -30050,8 +30052,10 @@ paths:
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). When omitted, the existing default
ordering is preserved.
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.
enum:
- most-popular
- newest
Expand All @@ -30061,6 +30065,8 @@ paths:
- context-high-to-low
- throughput-high-to-low
- latency-low-to-high
- intelligence-high-to-low
- design-arena-elo-high-to-low
example: newest
type: string
- description: Return results as RSS feed
Expand Down
Loading