Design a high-scale AI product feature serving a large number of concurrent users with real-time/streaming responses (e.g., similar to ChatGPT-style interaction). The design must address: (1) API design with streaming responses using SSE or WebSockets; (2) request rate limiting, queuing, and throttling especially when interacting with upstream LLM APIs; (3)…