Skip to content

feat: [OpenAI] Release OpenAI Responses API #910

Open
n-o-u-r-h-a-n wants to merge 51 commits into
mainfrom
release-responses-api-beta
Open

feat: [OpenAI] Release OpenAI Responses API #910
n-o-u-r-h-a-n wants to merge 51 commits into
mainfrom
release-responses-api-beta

Conversation

@n-o-u-r-h-a-n

@n-o-u-r-h-a-n n-o-u-r-h-a-n commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Context

AI/ai-sdk-java-backlog#390.

Stability concerns about AI Proxy are tackled now supporting new endpoints and documenting Responses API.

Feature scope:

  • Supported retrieve, delete and cancel response by id endpoints due to being tested manually in Bruno and supported by .md file from Vikash.
  • Added e2e tests and integration tests for new endpoints as well as controller methods.

Definition of Done

  • Functionality scope stated & covered
  • Tests cover the scope above
  • Error handling created / updated & covered by the tests above
  • Aligned changes with the JavaScript SDK
  • Documentation updated
  • Release notes updated

rpanackal and others added 30 commits April 2, 2026 11:52
- Streaming no fully enabled
* Minimal new module setup including spec

* Generation partial-success

* Remove examples

* Successfully filter by path

* Attach spec filter command

* Initial setup

* Successful PoC with OpenAI Models

* Version 1

* Stable api

* Change class name

* Add tests

* fix dependency analyse issues

* Initial draft untested

* Second draft
- Streaming no fully enabled

* Successful E2E

* Streaming initial draft

* Streaming E2E with chat completion

* isStreaming check simplified

* Cleanup PoC and rename module

* Reduce Javadoc verbosity

* Restrict to `/responses` api

* Cleanup comments

* Charles review suggestions

* Charles review - round 2 suggestions

* Add dependency

* Mark openai dependency optional and new client `@Beta`

* Cleanup and no throw on missing model

* pmd

* Responses API complete

* ChatCompletionCreateParams throws without model. Needs rethink client API creation forModel

* Cleanup and close with test documenting limitation

* First draft responses only

* jacoco limits

* Remove ResponseService wrapper since remote API behaviour changed
@n-o-u-r-h-a-n

Copy link
Copy Markdown
Contributor Author
  1. Documentation is still in progress being updated.
  2. The 3 newly supported endpoints were not added to the index page as they are not compatible because they need a real id to be able to retrieve, cancel or delete this response.

n-o-u-r-h-a-n and others added 2 commits June 16, 2026 14:24
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants