mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "GetModelsSort"
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```python
|
||||
from openrouter.operations import GetModelsSort
|
||||
|
||||
# Open enum: unrecognized values are captured as UnrecognizedStr
|
||||
value: GetModelsSort = "most-popular"
|
||||
```
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
This is an open enum. Unrecognized values will not fail type checks.
|
||||
|
||||
- `"most-popular"`
|
||||
- `"newest"`
|
||||
- `"top-weekly"`
|
||||
- `"pricing-low-to-high"`
|
||||
- `"pricing-high-to-low"`
|
||||
- `"context-high-to-low"`
|
||||
- `"throughput-high-to-low"`
|
||||
- `"latency-low-to-high"`
|
||||
- `"intelligence-high-to-low"`
|
||||
- `"design-arena-elo-high-to-low"`
|
||||
Reference in New Issue
Block a user