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