> ## 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. # ModelsListResponse List of available models ## Fields | Field | Type | Required | Description | Example | | ------------- | -------------------------------------------------- | -------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `data` | List\[[components.Model](../components/model.mdx)] | :heavy\_check\_mark: | List of available models | \[
\{
"architecture": \{
"input\_modalities": \[
"text"
],
"instruct\_type": "chatml",
"modality": "text-\u003etext",
"output\_modalities": \[
"text"
],
"tokenizer": "GPT"
},
"canonical\_slug": "openai/gpt-4",
"context\_length": 8192,
"created": 1692901234,
"default\_parameters": null,
"description": "GPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.",
"expiration\_date": null,
"id": "openai/gpt-4",
"knowledge\_cutoff": null,
"links": \{
"details": "/api/v1/models/openai/gpt-4/endpoints"
},
"name": "GPT-4",
"per\_request\_limits": null,
"pricing": \{
"completion": "0.00006",
"image": "0",
"prompt": "0.00003",
"request": "0"
},
"supported\_parameters": \[
"temperature",
"top\_p",
"max\_tokens"
],
"supported\_voices": null,
"top\_provider": \{
"context\_length": 8192,
"is\_moderated": true,
"max\_completion\_tokens": 4096
}
}
] | | `links` | [components.Links](../components/links.mdx) | :heavy\_check\_mark: | Pagination links | | | `total_count` | *int* | :heavy\_check\_mark: | Total number of models matching the query | 150 |