🚀 QWEN STREAMING API
⚡ ALWAYS STREAMING ⚡
No parameters needed
📝 Try It
Test Streaming
Web Search
📡 GET Requests (Auto-Stream)
# Long story - streams automatically
/?text=Tell me a very long story about space
# With web search
/?text=Latest news&web_search=1
# Any text - always streams
/?text=Hello
📬 POST Requests
# Stream long story
curl -N -X POST https://sastalikes.store \
-H "Content-Type: application/json" \
-d '{"text": "Tell me a very long story"}'
✨ Features
✅ ALWAYS STREAMS - No parameter needed
✅ Pure text output - No metadata
✅ No timeout - Handles unlimited length
✅ Web search support