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

# ListEndpointsResponse - Go SDK

> ListEndpointsResponse type definition

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

List of available endpoints for a model

## Fields

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