mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-09 12:10:22 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "AppRankingsItem"
|
||||
---
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `app_id` | *int* | :heavy_check_mark: | Stable numeric identifier of the app on OpenRouter. | 12345 |
|
||||
| `app_name` | *str* | :heavy_check_mark: | Public display name of the app. | Cline |
|
||||
| `rank` | *int* | :heavy_check_mark: | 1-based position of the app within this response, per the requested `sort`. | 1 |
|
||||
| `total_requests` | *int* | :heavy_check_mark: | Number of requests attributed to the app inside the date window. | 4321 |
|
||||
| `total_tokens` | *str* | :heavy_check_mark: | Sum of `prompt_tokens + completion_tokens` attributed to the app inside the date window, returned as a decimal string so 64-bit values are not truncated. | 12345678 |
|
||||
Reference in New Issue
Block a user