Kubernetes Gateway API implementation that covers the OpenAI Responses API endpoints based on the current documentation.
Core Response Operations:
POST /v1/responses
- Create new responses with input, model, and toolsGET /v1/responses/{id}
- Retrieve response by IDGET /v1/responses/{id}
(with Accept: text/event-stream) - Stream responses in real-timePOST /v1/responses/{id}
- Continue/extend existing responsesDELETE /v1/responses/{id}
- Delete responses