> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TopProviderInfo - Python SDK

> TopProviderInfo method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

Information about the top provider for this model

## Fields

| Field                   | Type                       | Required             | Description                                     | Example |
| ----------------------- | -------------------------- | -------------------- | ----------------------------------------------- | ------- |
| `context_length`        | *OptionalNullable\[float]* | :heavy\_minus\_sign: | Context length from the top provider            | 8192    |
| `max_completion_tokens` | *OptionalNullable\[float]* | :heavy\_minus\_sign: | Maximum completion tokens from the top provider | 4096    |
| `is_moderated`          | *bool*                     | :heavy\_check\_mark: | Whether the top provider moderates content      | true    |
