Qwen3 30B A3B FP8#
Qwen3 30B A3B FP8 is a text-generation model in the Qwen3 family.
MEGA Inference#
Call this model as mega/qwen3-30b-a3b-fp8 through MEGA's OpenAI-compatible Chat Completions API.
- Task: chat completions
- Context window: 32,768 tokens
Usage#
curl "$MEGA_INFERENCE_BASE_URL/v1/chat/completions" \
-H "Authorization: Bearer $MEGA_TOKEN" \
-H "Content-Type: application/json" \
--data '{
"model": "mega/qwen3-30b-a3b-fp8",
"messages": [{"role": "user", "content": "Hello"}]
}'
The model card reflects the currently available MEGA route. Availability, pricing, and performance are shown in the live inference catalog.

