Responses API (Reasoning)
Responses API (Reasoning)
Responses API (Reasoning)
Access models like OpenAI’s o-series that require a specific reasoning interface.
Streaming is also supported via client.Responses.Stream(ctx, params).
Use client.Responses.List and client.Responses.Get for persisted/background response jobs. A response returned from a synchronous Create call is not guaranteed to be retrievable later by ID.