## Goal Add streaming support for `/v1/chat/completions` while preserving request context, usage capture, and cleanup behavior. ## Acceptance Criteria - [ ] Streaming request path proxies provider chunks to the client. - [ ] Final usage metadata is captured when upstream provides it. - [ ] Gateway releases any runtime resources after stream completion or error. - [ ] Streaming works with OpenAI-compatible clients.
Goal
Add streaming support for
/v1/chat/completionswhile preserving request context, usage capture, and cleanup behavior.Acceptance Criteria