Skip to content

Feature request: Add OpenAI Responses API support #804

Description

@EvenZ2001

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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