-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Support for OpenAI Responses API #3209
Copy link
Copy link
Open
Labels
models[Component] Issues related to model support[Component] Issues related to model supportneeds review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainer
Metadata
Metadata
Assignees
Labels
models[Component] Issues related to model support[Component] Issues related to model supportneeds review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainer
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the solution you'd like
OpenAI suggests that people use responses API for new projects. LiteLLM already has support for responses API with fallback to completions API when not supported.
Are there any plans on adding support for responses API instead of chat completions api only?