🚀 QWEN STREAMING API

⚡ ALWAYS STREAMING ⚡ No parameters needed

📝 Try It

📡 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