Skip to content

output_text removed? #2521

@mdrxy

Description

@mdrxy

Confirm this is an issue with the Python library and not an underlying OpenAI API

  • This is an issue with the Python library

Describe the bug

'Response' object has no attribute 'output_text'

No warning or deprecation? Or was this not intentional?

To Reproduce

Run code snippet:

Code snippets

from openai import OpenAI

client = OpenAI()

response = client.responses.create(
    model="gpt-5",
    input="Hello",
)

response.output_text

OS

macOS

Python version

3.13.5

Library version

1.99.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions