> ## 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.

# ListEndpointsResponse - Python SDK

> ListEndpointsResponse method reference

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

List of available endpoints for a model

## Fields

| Field          | Type                                                                                            | Required             | Description                                  | Example                                                                                                                                   |
| -------------- | ----------------------------------------------------------------------------------------------- | -------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `id`           | *str*                                                                                           | :heavy\_check\_mark: | Unique identifier for the model              | openai/gpt-4                                                                                                                              |
| `name`         | *str*                                                                                           | :heavy\_check\_mark: | Display name of the model                    | GPT-4                                                                                                                                     |
| `created`      | *float*                                                                                         | :heavy\_check\_mark: | Unix timestamp of when the model was created | 1692901234                                                                                                                                |
| `description`  | *str*                                                                                           | :heavy\_check\_mark: | Description of the model                     | GPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.                                                |
| `architecture` | [components.Architecture](/client-sdks/python/api-reference/components/architecture)            | :heavy\_check\_mark: | N/A                                          | `{"tokenizer": "GPT","instruct_type": "chatml","modality": "text-\u003etext","input_modalities": ["text"],"output_modalities": ["text"]}` |
| `endpoints`    | List\[[components.PublicEndpoint](/client-sdks/python/api-reference/components/publicendpoint)] | :heavy\_check\_mark: | List of available endpoints for this model   |                                                                                                                                           |
