Skip to content

[Feature]: Make Responses API the default for OpenAI #375

@vkryukov

Description

@vkryukov

Feature Type

Provider feature extension

Provider (if applicable)

openai

Description

Note: This issue has a sister issue agentjido/llm_db#100 in LLMDB, where the metadata for some models needs to be updated.

Rationale: Responses API is the new, much improved version of Chat Completions API. All the new models support it, and some new models do not support Chat Completions anymore. In addition, all the advanced use cases (such as web search, code execution, etc.) require Responses API and do not work with Chat Completions.

There are only a handful of models that do not support Responses: 3.5-series, GPT-4 series (but note that 4o, 4.1 all support Responses), embeddings, and other special models.

Example Usage

No response

Can you contribute this?

Yes, I can submit a PR

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