> ## 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.
# ListEndpointsResponse
Returns a list of endpoints
## Fields
| Field | Type | Required | Description | Example |
| ------ | ------------------------------------------------------------------------------------- | -------------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Data` | [components.ListEndpointsResponse](../../models/components/listendpointsresponse.mdx) | :heavy\_check\_mark: | List of available endpoints for a model | \{
"architecture": \{
"input\_modalities": \[
"text"
],
"instruct\_type": "chatml",
"modality": "text-\u003etext",
"output\_modalities": \[
"text"
],
"tokenizer": "GPT"
},
"created": 1692901234,
"description": "GPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.",
"endpoints": \[
\{
"context\_length": 8192,
"latency\_last\_30m": \{
"p50": 0.25,
"p75": 0.35,
"p90": 0.48,
"p99": 0.85
},
"max\_completion\_tokens": 4096,
"max\_prompt\_tokens": 8192,
"model\_id": "openai/gpt-4",
"model\_name": "GPT-4",
"name": "OpenAI: GPT-4",
"pricing": \{
"completion": "0.00006",
"image": "0",
"prompt": "0.00003",
"request": "0"
},
"provider\_name": "OpenAI",
"quantization": "fp16",
"status": 0,
"supported\_parameters": \[
"temperature",
"top\_p",
"max\_tokens",
"frequency\_penalty",
"presence\_penalty"
],
"supports\_implicit\_caching": true,
"tag": "openai",
"throughput\_last\_30m": \{
"p50": 45.2,
"p75": 38.5,
"p90": 28.3,
"p99": 15.1
},
"uptime\_last\_1d": 99.8,
"uptime\_last\_30m": 99.5,
"uptime\_last\_5m": 100
}
],
"id": "openai/gpt-4",
"name": "GPT-4"
} |