Qwen3 30B A3BFreeMiễn phí

qwen/qwen3-30b-a3b

Alibaba's efficient Mixture-of-Experts model with 30B total parameters and only 3B activated per token, optimized for fast inference.

Upstream Providers
ZDR only
huggingface-byok
In$0Out$0TTFTTPS
No ZDRTools
cloudflare
In$0.05Out$0.34TTFT350msTPS100.0 tps
ZDRTools
openrouter-byok
In$0.10Out$0.30TTFTTPS
No ZDRTools
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
POST /api/v1/chat/completions
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-30b-a3b",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "qwen/qwen3-30b-a3b",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.