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:
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/responsesendpoint to ensure ongoing compatibility and give users access to new OpenAI features.Proposal:
/v1/responsesendpoint in the provider layer./chat/completionsand/embeddingsbehavior.OpenAI Ref: