Python Vercel Functions now have streaming enabled by default
Streaming is now enabled by default for all Vercel Functions using the Python runtime. Python functions can now send data to the client as it’s generated, rather than waiting for the entire response—particularly useful for AI and real-time applications.
Tom Lienard, Mariano Cocirio