Open
Description
The Feature
Parent ticket to track support for new OpenAI responses API
Based on discord, this will be supported as a separate api spec, instead of trying to translate into /chat/completions
. https://discord.com/channels/1123360753068540065/1139937429588021289/1349086515665305671
Checklist
Checklist for create responses endpoint
- Non-streaming Async
- Non-streaming Sync
- Streaming Async
- Streaming Sync
- Non-streaming logging + cost tracking
- Streaming logging + cost tracking
- litellm.router support
Proxy Checklist
- post /responses OpenAI non-streaming
- post /responses OpenAI non-streaming - logging + cost tracking
- post /responses OpenAI streaming
- post /responses OpenAI streaming - logging + cost tracking
- Get Response
get https://api.openai.com/v1/responses/{response_id}
- Delete Response
delete https://api.openai.com/v1/responses/{response_id}
- List Input items
get https://api.openai.com/v1/responses/{response_id}/input_items
Motivation, pitch
Make it easy to give devs llm access
Are you a ML Ops Team?
No
Twitter / LinkedIn details
No response