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

# ResponseOutputText

## Fields

| Field         | Type                                                                                       | Required             | Description |
| ------------- | ------------------------------------------------------------------------------------------ | -------------------- | ----------- |
| `annotations` | List\[[components.OpenAIResponsesAnnotation](../components/openairesponsesannotation.mdx)] | :heavy\_minus\_sign: | N/A         |
| `logprobs`    | List\[[components.Logprob](../components/logprob.mdx)]                                     | :heavy\_minus\_sign: | N/A         |
| `text`        | *str*                                                                                      | :heavy\_check\_mark: | N/A         |
| `type`        | [components.ResponseOutputTextType](../components/responseoutputtexttype.mdx)              | :heavy\_check\_mark: | N/A         |
