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

# ListProvidersData - Python SDK

> ListProvidersData method reference

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

## Fields

| Field                  | Type                     | Required             | Description                              | Example                                                  |
| ---------------------- | ------------------------ | -------------------- | ---------------------------------------- | -------------------------------------------------------- |
| `name`                 | *str*                    | :heavy\_check\_mark: | Display name of the provider             | OpenAI                                                   |
| `slug`                 | *str*                    | :heavy\_check\_mark: | URL-friendly identifier for the provider | openai                                                   |
| `privacy_policy_url`   | *Nullable\[str]*         | :heavy\_check\_mark: | URL to the provider's privacy policy     | [https://openai.com/privacy](https://openai.com/privacy) |
| `terms_of_service_url` | *OptionalNullable\[str]* | :heavy\_minus\_sign: | URL to the provider's terms of service   | [https://openai.com/terms](https://openai.com/terms)     |
| `status_page_url`      | *OptionalNullable\[str]* | :heavy\_minus\_sign: | URL to the provider's status page        | [https://status.openai.com](https://status.openai.com)   |
