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

# GenerationContentResponse

Stored prompt and completion content for a generation

## Fields

| Field  | Type                                                                                  | Required             | Description                          | Example                                                                                                                                                                                                                                                                   |
| ------ | ------------------------------------------------------------------------------------- | -------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Data` | [components.GenerationContentData](../../models/components/generationcontentdata.mdx) | :heavy\_check\_mark: | Stored prompt and completion content | \{<br />"input": \{<br />"messages": \[<br />\{<br />"content": "What is the meaning of life?",<br />"role": "user"<br />}<br />]<br />},<br />"output": \{<br />"completion": "The meaning of life is a philosophical question...",<br />"reasoning": null<br />}<br />} |
