> ## 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.
# ModelResponse
Single model response
## Fields
| Field | Type | Required | Description | Example |
| ------ | ----------------------------------------------------- | -------------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Data` | [components.Model](../../models/components/model.mdx) | :heavy\_check\_mark: | Information about an AI model available on OpenRouter | \{
"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-5.4/endpoints"
},
"name": "GPT-4",
"per\_request\_limits": null,
"pricing": \{
"completion": "0.00006",
"image": "0",
"prompt": "0.00003",
"request": "0"
},
"reasoning": \{
"default\_effort": "medium",
"default\_enabled": true,
"mandatory": false,
"supported\_efforts": \[
"high",
"medium",
"low",
"minimal"
]
},
"supported\_parameters": \[
"temperature",
"top\_p",
"max\_tokens"
],
"supported\_voices": null,
"top\_provider": \{
"context\_length": 8192,
"is\_moderated": true,
"max\_completion\_tokens": 4096
}
} |