Qwen 2.5 free API
Alibaba Qwen 2.5 family. Free on Cloudflare Workers AI and locally via Ollama.
Free providers
| Provider | RPM | Daily | Model ID | Checked |
|---|---|---|---|---|
| cloudflare-workers-ai | โ | 10000 | @cf/qwen/qwen2.5-7b-instruct | 2026-08-23 |
Example (cloudflare-workers-ai)
curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run/@cf/qwen/qwen2.5-7b-instruct \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"Hello"}]}' Limits checked against official docs on 2026-08-23. Rates change without notice. Not affiliated with providers unless noted. Verify before production use.