Skip to content

Add support for OpenAI /v1/responses endpoint #854

@ggsmith842

Description

@ggsmith842

Problem:
Currently, Docker Model Runner supports the OpenAI provider endpoints for the Chat Completions API. OpenAI has indicated that users should begin migrating away from Chat Completions to the new Responses API. Adding support for the /v1/responses endpoint to ensure ongoing compatibility and give users access to new OpenAI features.

Proposal:

  • Implement support for the OpenAI /v1/responses endpoint in the provider layer.
  • Update API routing and model selection logic as needed.
  • Maintain backward compatibility with existing /chat/completions and /embeddings behavior.
  • Document usage and migration steps.

OpenAI Ref:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions