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

# ListProvidersResponse

Returns a list of providers

## Example Usage

```typescript theme={null}
import { ListProvidersResponse } from "@openrouter/sdk/models/operations";

let value: ListProvidersResponse = {
  data: [
    {
      name: "OpenAI",
      privacyPolicyUrl: "https://openai.com/privacy",
      slug: "openai",
    },
  ],
};
```

## Fields

| Field  | Type                                                                             | Required             | Description |
| ------ | -------------------------------------------------------------------------------- | -------------------- | ----------- |
| `data` | [operations.ListProvidersData](../../models/operations/listprovidersdata.mdx)\[] | :heavy\_check\_mark: | N/A         |
