Feature request: Add OpenAI Responses API support
Hello Command Code team,
Thank you for providing an OpenAI-compatible Provider API. The current API documentation lists support for:
/v1/chat/completions
/v1/messages
Could you consider adding support for the OpenAI Responses API, for example:
POST https://api.commandcode.ai/provider/v1/responses
Responses API support would allow Command Code models to work with current OpenAI SDK clients and agent frameworks that use client.responses.create(), rather than the older Chat Completions interface.
Ideally, the endpoint could support the standard Responses API fields and behavior, including:
input
instructions
tools
stream
previous_response_id
- structured response output
The existing Chat Completions endpoint could remain available for backward compatibility.
This would make the Provider API compatible with a broader range of current OpenAI SDKs and agent tools. Thank you for considering it.
Feature request: Add OpenAI Responses API support
Hello Command Code team,
Thank you for providing an OpenAI-compatible Provider API. The current API documentation lists support for:
/v1/chat/completions/v1/messagesCould you consider adding support for the OpenAI Responses API, for example:
Responses API support would allow Command Code models to work with current OpenAI SDK clients and agent frameworks that use
client.responses.create(), rather than the older Chat Completions interface.Ideally, the endpoint could support the standard Responses API fields and behavior, including:
inputinstructionstoolsstreamprevious_response_idThe existing Chat Completions endpoint could remain available for backward compatibility.
This would make the Provider API compatible with a broader range of current OpenAI SDKs and agent tools. Thank you for considering it.