YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Vercel AI Gateway adds WebSocket support for OpenAI Responses API

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Vercel AI Gateway adds WebSocket support for OpenAI Responses API
OPEN LINK ↗
// 1h agoPRODUCT UPDATE

Vercel AI Gateway adds WebSocket support for OpenAI Responses API

Vercel has introduced WebSocket mode support for the OpenAI Responses API on AI Gateway, enabling developers to maintain persistent connection states across conversational turns. By reducing overhead during multi-step tool calls, this update cuts end-to-end latency by roughly 40% for workflows with 20 or more tool executions, while fully supporting store=false and Zero Data Retention (ZDR) standards.

// ANALYSIS

WebSocket mode is a substantial performance improvement for complex agentic workflows where traditional HTTP overhead compounds across multiple tool calls.

• Reduces end-to-end latency by approximately 40% when executing over 20 tool calls in a session.

• Eliminates repeated connection handshakes by keeping a single persistent connection open across turns.

• Maintains security compliance with support for store=false and Zero Data Retention (ZDR).

// TAGS
vercelai-gatewayopenaiwebsocketsresponses-apilatencytool-use

DISCOVERED

1h ago

2026-07-27

PUBLISHED

2h ago

2026-07-27

RELEVANCE

8/ 10

AUTHOR

vercel_dev