mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
13 lines
948 B
Markdown
13 lines
948 B
Markdown
# PercentileStats
|
|
|
|
Latency percentiles in seconds over the last 30 minutes. Latency measures time to first token.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
|
| `p50` | *float* | :heavy_check_mark: | Median (50th percentile) | 25.5 |
|
|
| `p75` | *float* | :heavy_check_mark: | 75th percentile | 35.2 |
|
|
| `p90` | *float* | :heavy_check_mark: | 90th percentile | 48.7 |
|
|
| `p99` | *float* | :heavy_check_mark: | 99th percentile | 85.3 | |