Send an OpenAI-compatible streaming request directly from your browser.
Loading active strategies…
Stored only in this page. Need one? Create an API key.
Press Control+Enter or Command+Enter to run the request.
curl https://api.getwaterfall.org/v1/chat/completions \ -H "Authorization: Bearer wf-sk-your-key" \ -H "Content-Type: application/json" \ -d '{ "model": "auto", "messages": [ { "role": "user", "content": "Explain waterfall routing in one paragraph." } ], "stream": true }'
Run the request to see the streamed assistant response.