> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inferenceproviderstats.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Field and unit glossary

> All public v1 response fields, units, and availability states.

These definitions come from the same contract as `/api/v1/about`. A `fraction` is a share from 0 to 1. Byte values are not GiB. Preserve nulls and their reason codes.

## Availability states

| State                    | Meaning                                                                |
| ------------------------ | ---------------------------------------------------------------------- |
| `available`              | The field has a checked public value.                                  |
| `unavailable`            | The field has no checked public value. Treat it as unknown, not zero.  |
| `not_publicly_cleared`   | The model fact has no public evidence that is cleared for this export. |
| `not_available`          | The checked public model source does not supply this fact.             |
| `not_found_under_policy` | The selected public checkpoint policy did not find this model fact.    |

## Response fields

| Field                                                                | Type    | Unit                      | Nullable | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------------------------------------------------------------------- | ------- | ------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `schema_version`                                                     | string  | none                      | no       | The version of the model response schema.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `generated_at`                                                       | string  | UTC timestamp             | no       | The time when the accepted public export was generated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `evaluation_cutoff`                                                  | string  | UTC timestamp             | no       | The latest evidence time included in the accepted export.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `freshness`                                                          | object  | none                      | no       | The export freshness result.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `freshness.state`                                                    | string  | none                      | no       | The fresh or stale export state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `freshness.fresh_until`                                              | string  | UTC timestamp             | yes      | The freshness deadline when one is available.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `freshness.reason`                                                   | string  | none                      | no       | The stable reason for the freshness state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `window`                                                             | object  | none                      | no       | The completed UTC demand window.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `window.start_date`                                                  | string  | UTC date                  | no       | The first window date.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `window.end_date`                                                    | string  | UTC date                  | no       | The last window date.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `window.days`                                                        | integer | days                      | no       | The fixed 30-day window length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `source`                                                             | object  | none                      | no       | The demand source and attribution.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `source.name`                                                        | string  | none                      | no       | The demand source name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `source.url`                                                         | string  | none                      | no       | The public demand source URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `source.terms_url`                                                   | string  | none                      | no       | The demand source terms URL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `source.checked_at`                                                  | string  | UTC timestamp             | no       | The time when the source terms were checked.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `source.license`                                                     | string  | none                      | no       | The source data license.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `source.attribution`                                                 | string  | none                      | no       | The required source attribution.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `query`                                                              | object  | none                      | no       | The normalized effective query.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `query.mode`                                                         | string  | none                      | no       | The list or exact\_model query mode.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `query.model_id`                                                     | string  | none                      | yes      | The exact model ID when requested.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `query.sort`                                                         | string  | none                      | yes      | The effective list sort field.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `query.order`                                                        | string  | none                      | yes      | The effective list sort order.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `query.limit`                                                        | integer | models                    | no       | The effective result limit.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `query.offset`                                                       | integer | models                    | no       | The effective result offset.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `pagination`                                                         | object  | none                      | no       | The result page information.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `pagination.total_matching_models`                                   | integer | models                    | no       | The number of models that match the query.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `pagination.offset`                                                  | integer | models                    | no       | The page offset.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `pagination.limit`                                                   | integer | models                    | no       | The page limit.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `pagination.returned_count`                                          | integer | models                    | no       | The number of models in this response.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `pagination.has_next_page`                                           | boolean | none                      | no       | True when another result page is available.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models`                                                             | array   | none                      | no       | The public model result records.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[]`                                                           | object  | none                      | no       | One public model result record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].model_id`                                                  | string  | none                      | no       | The stable public model ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].model_release_id`                                          | string  | none                      | no       | The stable public release ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].first_visible_date`                                        | string  | UTC date                  | no       | The first completed date when the model was visible in the demand data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].latest_rank`                                               | object  | none                      | no       | The latest available daily rank.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].latest_rank.value`                                         | integer | rank                      | yes      | The latest rank. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].latest_rank.state`                                         | string  | none                      | no       | The latest-rank availability state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].latest_rank.reason`                                        | string  | none                      | yes      | The public reason when the latest rank is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].latest_tokens`                                             | object  | none                      | no       | The latest daily token count.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].latest_tokens.value`                                       | string  | tokens                    | yes      | The latest daily token count. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].latest_tokens.unit`                                        | string  | none                      | no       | The fixed unit for models\[].latest\_tokens.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].latest_tokens.state`                                       | string  | none                      | no       | The availability state for models\[].latest\_tokens.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].latest_tokens.reason`                                      | string  | none                      | yes      | The public reason when models\[].latest\_tokens is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].tokens_7d`                                                 | object  | none                      | no       | The exact 7-day token total.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].tokens_7d.value`                                           | string  | tokens                    | yes      | The exact 7-day token total. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].tokens_7d.unit`                                            | string  | none                      | no       | The fixed unit for models\[].tokens\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].tokens_7d.state`                                           | string  | none                      | no       | The availability state for models\[].tokens\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].tokens_7d.reason`                                          | string  | none                      | yes      | The public reason when models\[].tokens\_7d is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].tokens_30d`                                                | object  | none                      | no       | The exact 30-day token total.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].tokens_30d.value`                                          | string  | tokens                    | yes      | The exact 30-day token total. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].tokens_30d.unit`                                           | string  | none                      | no       | The fixed unit for models\[].tokens\_30d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].tokens_30d.state`                                          | string  | none                      | no       | The availability state for models\[].tokens\_30d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].tokens_30d.reason`                                         | string  | none                      | yes      | The public reason when models\[].tokens\_30d is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].share_7d`                                                  | object  | none                      | no       | The exact 7-day demand share.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].share_7d.value`                                            | string  | fraction                  | yes      | The exact 7-day demand share. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].share_7d.unit`                                             | string  | none                      | no       | The fixed unit for models\[].share\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].share_7d.state`                                            | string  | none                      | no       | The availability state for models\[].share\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].share_7d.reason`                                           | string  | none                      | yes      | The public reason when models\[].share\_7d is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].share_30d`                                                 | object  | none                      | no       | The exact 30-day demand share.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].share_30d.value`                                           | string  | fraction                  | yes      | The exact 30-day demand share. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].share_30d.unit`                                            | string  | none                      | no       | The fixed unit for models\[].share\_30d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].share_30d.state`                                           | string  | none                      | no       | The availability state for models\[].share\_30d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].share_30d.reason`                                          | string  | none                      | yes      | The public reason when models\[].share\_30d is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].share_prior_7d`                                            | object  | none                      | no       | The exact prior 7-day demand share.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].share_prior_7d.value`                                      | string  | fraction                  | yes      | The exact prior 7-day demand share. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].share_prior_7d.unit`                                       | string  | none                      | no       | The fixed unit for models\[].share\_prior\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].share_prior_7d.state`                                      | string  | none                      | no       | The availability state for models\[].share\_prior\_7d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].share_prior_7d.reason`                                     | string  | none                      | yes      | The public reason when models\[].share\_prior\_7d is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].trend`                                                     | object  | none                      | no       | The 7-day demand-share trend.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].trend.direction`                                           | string  | none                      | no       | The trend direction.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].trend.state`                                               | string  | none                      | no       | The trend availability state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].trend.reason`                                              | string  | none                      | yes      | The reason when trend is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `models[].trend.relative_change`                                     | string  | ratio                     | yes      | The exact relative share change.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].trend.percentage_point_change`                             | string  | percentage points         | yes      | The exact absolute share change.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].facts`                                                     | object  | none                      | no       | The versioned public model facts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.total_parameters`                                    | object  | none                      | no       | The total\_parameters model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.total_parameters.value`                              | string  | parameters                | yes      | The exact total\_parameters value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].facts.total_parameters.unit`                               | string  | none                      | no       | The fixed unit for total\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `models[].facts.total_parameters.state`                              | string  | none                      | no       | The public evidence state for total\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].facts.total_parameters.reason`                             | string  | none                      | yes      | The public reason when total\_parameters is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].facts.total_parameters.source_url`                         | string  | none                      | yes      | The pinned public source URL for total\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].facts.active_parameters`                                   | object  | none                      | no       | The active\_parameters model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.active_parameters.value`                             | string  | parameters                | yes      | The exact active\_parameters value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].facts.active_parameters.unit`                              | string  | none                      | no       | The fixed unit for active\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.active_parameters.state`                             | string  | none                      | no       | The public evidence state for active\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.active_parameters.reason`                            | string  | none                      | yes      | The public reason when active\_parameters is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.active_parameters.source_url`                        | string  | none                      | yes      | The pinned public source URL for active\_parameters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.architecture_type`                                   | object  | none                      | no       | The architecture\_type model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.architecture_type.value`                             | string  | architecture              | yes      | The exact architecture\_type value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].facts.architecture_type.unit`                              | string  | none                      | no       | The fixed unit for architecture\_type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.architecture_type.state`                             | string  | none                      | no       | The public evidence state for architecture\_type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.architecture_type.reason`                            | string  | none                      | yes      | The public reason when architecture\_type is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.architecture_type.source_url`                        | string  | none                      | yes      | The pinned public source URL for architecture\_type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.base_checkpoint_bytes`                               | object  | none                      | no       | The base\_checkpoint\_bytes model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].facts.base_checkpoint_bytes.value`                         | string  | bytes                     | yes      | The exact base\_checkpoint\_bytes value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.base_checkpoint_bytes.unit`                          | string  | none                      | no       | The fixed unit for base\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.base_checkpoint_bytes.state`                         | string  | none                      | no       | The public evidence state for base\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.base_checkpoint_bytes.reason`                        | string  | none                      | yes      | The public reason when base\_checkpoint\_bytes is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].facts.base_checkpoint_bytes.source_url`                    | string  | none                      | yes      | The pinned public source URL for base\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.bf16_weights_bytes`                                  | object  | none                      | no       | The bf16\_weights\_bytes model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.bf16_weights_bytes.value`                            | string  | bytes                     | yes      | The exact bf16\_weights\_bytes value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].facts.bf16_weights_bytes.unit`                             | string  | none                      | no       | The fixed unit for bf16\_weights\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].facts.bf16_weights_bytes.state`                            | string  | none                      | no       | The public evidence state for bf16\_weights\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].facts.bf16_weights_bytes.reason`                           | string  | none                      | yes      | The four automatic-discovery missing-size reasons are: closed\_weights: A checked official source says that the release has no public weights. weights\_access\_unknown: No exact public checkpoint link exists. No checked source says that the weights are closed. open\_checkpoint\_unavailable: An exact checkpoint claim exists. The collector cannot collect the repository. size\_calculation\_failed: The collector collected the checkpoint. The checked facts do not support one size. Legacy public BF16 reasons can also occur. |
| `models[].facts.bf16_weights_bytes.source_url`                       | string  | none                      | yes      | The pinned public source URL for bf16\_weights\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.smallest_quant_checkpoint_bytes`                     | object  | none                      | no       | The smallest\_quant\_checkpoint\_bytes model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.smallest_quant_checkpoint_bytes.value`               | string  | bytes                     | yes      | The exact smallest\_quant\_checkpoint\_bytes value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].facts.smallest_quant_checkpoint_bytes.unit`                | string  | none                      | no       | The fixed unit for smallest\_quant\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.smallest_quant_checkpoint_bytes.state`               | string  | none                      | no       | The public evidence state for smallest\_quant\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.smallest_quant_checkpoint_bytes.reason`              | string  | none                      | yes      | The public reason when smallest\_quant\_checkpoint\_bytes is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.smallest_quant_checkpoint_bytes.source_url`          | string  | none                      | yes      | The pinned public source URL for smallest\_quant\_checkpoint\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.smallest_quant_format`                               | object  | none                      | no       | The smallest\_quant\_format model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].facts.smallest_quant_format.value`                         | string  | format                    | yes      | The exact smallest\_quant\_format value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.smallest_quant_format.unit`                          | string  | none                      | no       | The fixed unit for smallest\_quant\_format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.smallest_quant_format.state`                         | string  | none                      | no       | The public evidence state for smallest\_quant\_format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.smallest_quant_format.reason`                        | string  | none                      | yes      | The public reason when smallest\_quant\_format is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].facts.smallest_quant_format.source_url`                    | string  | none                      | yes      | The pinned public source URL for smallest\_quant\_format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.smallest_quant_bit_width`                            | object  | none                      | no       | The smallest\_quant\_bit\_width model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.smallest_quant_bit_width.value`                      | string  | bits                      | yes      | The exact smallest\_quant\_bit\_width value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.smallest_quant_bit_width.unit`                       | string  | none                      | no       | The fixed unit for smallest\_quant\_bit\_width.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].facts.smallest_quant_bit_width.state`                      | string  | none                      | no       | The public evidence state for smallest\_quant\_bit\_width.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].facts.smallest_quant_bit_width.reason`                     | string  | none                      | yes      | The public reason when smallest\_quant\_bit\_width is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.smallest_quant_bit_width.source_url`                 | string  | none                      | yes      | The pinned public source URL for smallest\_quant\_bit\_width.                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].facts.attention_bytes_per_token`                           | object  | none                      | no       | The attention\_bytes\_per\_token model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].facts.attention_bytes_per_token.value`                     | string  | bytes\_per\_token         | yes      | The exact attention\_bytes\_per\_token value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].facts.attention_bytes_per_token.unit`                      | string  | none                      | no       | The fixed unit for attention\_bytes\_per\_token.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].facts.attention_bytes_per_token.state`                     | string  | none                      | no       | The public evidence state for attention\_bytes\_per\_token.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.attention_bytes_per_token.reason`                    | string  | none                      | yes      | The public reason when attention\_bytes\_per\_token is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].facts.attention_bytes_per_token.source_url`                | string  | none                      | yes      | The pinned public source URL for attention\_bytes\_per\_token.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].facts.full_sequence_attention_bytes`                       | object  | none                      | no       | The full\_sequence\_attention\_bytes model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `models[].facts.full_sequence_attention_bytes.value`                 | string  | bytes                     | yes      | The exact full\_sequence\_attention\_bytes value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.full_sequence_attention_bytes.unit`                  | string  | none                      | no       | The fixed unit for full\_sequence\_attention\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.full_sequence_attention_bytes.state`                 | string  | none                      | no       | The public evidence state for full\_sequence\_attention\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].facts.full_sequence_attention_bytes.reason`                | string  | none                      | yes      | The public reason when full\_sequence\_attention\_bytes is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].facts.full_sequence_attention_bytes.source_url`            | string  | none                      | yes      | The pinned public source URL for full\_sequence\_attention\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.recurrent_state_bytes`                               | object  | none                      | no       | The recurrent\_state\_bytes model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].facts.recurrent_state_bytes.value`                         | string  | bytes                     | yes      | The exact recurrent\_state\_bytes value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].facts.recurrent_state_bytes.unit`                          | string  | none                      | no       | The fixed unit for recurrent\_state\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].facts.recurrent_state_bytes.state`                         | string  | none                      | no       | The public evidence state for recurrent\_state\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].facts.recurrent_state_bytes.reason`                        | string  | none                      | yes      | The public reason when recurrent\_state\_bytes is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].facts.recurrent_state_bytes.source_url`                    | string  | none                      | yes      | The pinned public source URL for recurrent\_state\_bytes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].facts.calculation_sequence_length`                         | object  | none                      | no       | The calculation\_sequence\_length model fact.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].facts.calculation_sequence_length.value`                   | string  | tokens                    | yes      | The exact calculation\_sequence\_length value. Null means that the value is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].facts.calculation_sequence_length.unit`                    | string  | none                      | no       | The fixed unit for calculation\_sequence\_length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `models[].facts.calculation_sequence_length.state`                   | string  | none                      | no       | The public evidence state for calculation\_sequence\_length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].facts.calculation_sequence_length.reason`                  | string  | none                      | yes      | The public reason when calculation\_sequence\_length is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].facts.calculation_sequence_length.source_url`              | string  | none                      | yes      | The pinned public source URL for calculation\_sequence\_length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].supply`                                                    | object  | none                      | no       | The model supply state and reserved summary.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].supply.state`                                              | string  | none                      | no       | The fixed supply state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].supply.reason`                                             | string  | none                      | yes      | The public reason when supply is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].supply.summary`                                            | object  | none                      | yes      | The supply summary. It is null unless supply is available.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.route_id`                                   | string  | none                      | no       | The exact public route ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.route_type`                                 | string  | none                      | no       | The paid, free, batch, or thinking route type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].supply.summary.collection_finished_at`                     | string  | UTC timestamp             | no       | The supply collection finish time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `models[].supply.summary.history_ready`                              | boolean | none                      | no       | True when the required supply history is ready.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].supply.summary.listed_endpoints`                           | object  | none                      | no       | The listed\_endpoints supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].supply.summary.listed_endpoints.value`                     | integer | endpoints                 | yes      | The listed\_endpoints value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].supply.summary.listed_endpoints.unit`                      | string  | none                      | no       | The fixed unit for listed\_endpoints.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `models[].supply.summary.listed_endpoints.state`                     | string  | none                      | no       | The availability state for listed\_endpoints.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].supply.summary.listed_endpoints.reason`                    | string  | none                      | yes      | The public reason when listed\_endpoints is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].supply.summary.listed_providers`                           | object  | none                      | no       | The listed\_providers supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].supply.summary.listed_providers.value`                     | integer | providers                 | yes      | The listed\_providers value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].supply.summary.listed_providers.unit`                      | string  | none                      | no       | The fixed unit for listed\_providers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `models[].supply.summary.listed_providers.state`                     | string  | none                      | no       | The availability state for listed\_providers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].supply.summary.listed_providers.reason`                    | string  | none                      | yes      | The public reason when listed\_providers is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].supply.summary.median_input_price_per_million`             | object  | none                      | no       | The median\_input\_price\_per\_million supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `models[].supply.summary.median_input_price_per_million.value`       | string  | usd\_per\_million\_tokens | yes      | The median\_input\_price\_per\_million value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `models[].supply.summary.median_input_price_per_million.unit`        | string  | none                      | no       | The fixed unit for median\_input\_price\_per\_million.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].supply.summary.median_input_price_per_million.state`       | string  | none                      | no       | The availability state for median\_input\_price\_per\_million.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].supply.summary.median_input_price_per_million.reason`      | string  | none                      | yes      | The public reason when median\_input\_price\_per\_million is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].supply.summary.median_output_price_per_million`            | object  | none                      | no       | The median\_output\_price\_per\_million supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].supply.summary.median_output_price_per_million.value`      | string  | usd\_per\_million\_tokens | yes      | The median\_output\_price\_per\_million value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].supply.summary.median_output_price_per_million.unit`       | string  | none                      | no       | The fixed unit for median\_output\_price\_per\_million.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].supply.summary.median_output_price_per_million.state`      | string  | none                      | no       | The availability state for median\_output\_price\_per\_million.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].supply.summary.median_output_price_per_million.reason`     | string  | none                      | yes      | The public reason when median\_output\_price\_per\_million is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.median_latency_ms`                          | object  | none                      | no       | The median\_latency\_ms supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `models[].supply.summary.median_latency_ms.value`                    | string  | milliseconds              | yes      | The median\_latency\_ms value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `models[].supply.summary.median_latency_ms.unit`                     | string  | none                      | no       | The fixed unit for median\_latency\_ms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `models[].supply.summary.median_latency_ms.state`                    | string  | none                      | no       | The availability state for median\_latency\_ms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].supply.summary.median_latency_ms.reason`                   | string  | none                      | yes      | The public reason when median\_latency\_ms is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.median_throughput_tokens_per_second`        | object  | none                      | no       | The median\_throughput\_tokens\_per\_second supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.median_throughput_tokens_per_second.value`  | string  | tokens\_per\_second       | yes      | The median\_throughput\_tokens\_per\_second value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].supply.summary.median_throughput_tokens_per_second.unit`   | string  | none                      | no       | The fixed unit for median\_throughput\_tokens\_per\_second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].supply.summary.median_throughput_tokens_per_second.state`  | string  | none                      | no       | The availability state for median\_throughput\_tokens\_per\_second.                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].supply.summary.median_throughput_tokens_per_second.reason` | string  | none                      | yes      | The public reason when median\_throughput\_tokens\_per\_second is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].supply.summary.median_uptime_percent`                      | object  | none                      | no       | The median\_uptime\_percent supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `models[].supply.summary.median_uptime_percent.value`                | string  | percent                   | yes      | The median\_uptime\_percent value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `models[].supply.summary.median_uptime_percent.unit`                 | string  | none                      | no       | The fixed unit for median\_uptime\_percent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].supply.summary.median_uptime_percent.state`                | string  | none                      | no       | The availability state for median\_uptime\_percent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `models[].supply.summary.median_uptime_percent.reason`               | string  | none                      | yes      | The public reason when median\_uptime\_percent is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].supply.summary.maximum_context_tokens`                     | object  | none                      | no       | The maximum\_context\_tokens supply metric.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `models[].supply.summary.maximum_context_tokens.value`               | integer | tokens                    | yes      | The maximum\_context\_tokens value. Null means that the metric is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `models[].supply.summary.maximum_context_tokens.unit`                | string  | none                      | no       | The fixed unit for maximum\_context\_tokens.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `models[].supply.summary.maximum_context_tokens.state`               | string  | none                      | no       | The availability state for maximum\_context\_tokens.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `models[].supply.summary.maximum_context_tokens.reason`              | string  | none                      | yes      | The public reason when maximum\_context\_tokens is unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `models[].supply.summary.quantizations`                              | array   | none                      | no       | The sorted unique quantization names.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
