Home / Text Generation / Qwen3 30B A3B

Free Qwen3 30B A3B API

Updated 6/9/2026

Run Alibaba's Qwen3 30B-A3B — an efficient MoE model with strong reasoning and multilingual skills — free on Cloudflare Workers AI.

About the Model

Why use Qwen3 30B-A3B?

Qwen3 30B-A3B is a mixture-of-experts model (~3B active of 30B) that punches far above its active size, with strong reasoning, coding, and 100+ language support.

Capabilities

Supports thinking / non-thinking modes, function-calling, and broad multilingual tasks — efficient enough for high-throughput apps.

Why it's free

Runs within Cloudflare Workers AI's 10,000 free Neurons per day through the /ai/run endpoint.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

The model's reply will stream here.

How to call Qwen3 30B A3B

curl
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/qwen/qwen3-30b-a3b-fp8 \
  -H "Authorization: Bearer $CF_API_TOKEN" \
  -d '{"messages":[{"role":"user","content":"Give me a regex for a valid email."}]}'
python
import os, requests

account = os.environ["CF_ACCOUNT_ID"]
token = os.environ["CF_API_TOKEN"]

resp = requests.post(
    f"https://api.cloudflare.com/client/v4/accounts/{account}/ai/run/@cf/qwen/qwen3-30b-a3b-fp8",
    headers={"Authorization": f"Bearer {token}"},
    json={"messages": [{"role": "user", "content": "Give me a regex for a valid email."}]},
)
print(resp.json()["result"]["response"])

Provider Details

The following platforms provide free access to Qwen3 30B A3B through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrust / VerifiedAction
Cloudflare Workers AIN/ARate Limit
100 requests per day
No
Trust 99
Details

Frequently Asked Questions

Is Qwen3 30B A3B free to use?

Yes. Qwen3 30B A3B is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Cloudflare Workers AI: Rate Limit.

How do I get a free Qwen3 30B A3B API key?

Sign up with Cloudflare Workers AI, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer Qwen3 30B A3B for free?

Qwen3 30B A3B is currently available for free via: Cloudflare Workers AI.

Know another free provider for Qwen3 30B A3B?

Help the community by sharing other ways to access this model for free.