Skip to content

Migrate OpenAI support to Responses API #1149

@racedale

Description

@racedale

Description

From OpenAI

When customers build agentic, tool-using systems with the OpenAI API, the recommended default API primitive for new projects is the Responses API (with legacy migrations away from deprecated endpoints).

  • Agentic by default: The Responses API is an agentic loop, allowing the model to call multiple tools, like web_search, image_generation, file_search, code_interpreter, remote MCP servers, as well as your own custom functions, within the span of one API request.
  • Lower costs: Results in lower costs due to improved cache utilization (40% to 80% improvement when compared to Chat Completions in internal tests).

Since would likely be a breaking change, seems like something that would make sense as part of v1 release

Alternatives Considered

n/a

Additional Context

https://developers.openai.com/api/docs/guides/migrate-to-responses

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions