Skip to content

[OpenAI] Responses API support for Python #62

Description

@codefromthecrypt

Is your feature request related to a problem? Please describe.

The OpenAI platform just released an alternative to the completions endpoint called responses

https://platform.openai.com/docs/api-reference/responses

They are now using this by default in the playground (which generates content) as well as in their libraries like the OpenAI Agents SDK.

Soon, users will complain as they've been pushed into an endpoint that we don't have trace support for.

Describe the solution you'd like

Logs, metrics and tracing for responses like we do for completions.

TODO feature checkboxes

Describe alternatives you've considered

Tell people to not use responses

Additional context

announcement: https://community.openai.com/t/introducing-the-responses-api/1140929

local inference support of core features

other python SDKs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions