Qwen: Qwen3.8 2.4T A95B
alibaba/qwen3.8-2.4t-a95bQwen3.8 2.4T A95B is an open-weight sparse mixture-of-experts model from Qwen, with 95 billion active parameters out of 2.4 trillion total. It is the open-weight variant of Qwen3.8 Max.
- Input price
- $2.00
- Output price
- $6.00
- Context window
- N/A
- Max output
- 52.4K
Try the model
Playground
Input⌘ / Ctrl + Enter
Try a prompt
OutputReady
Your response will appear here
Choose an example or write a prompt, then click Run.
Specifications
Pricing
- Input
- $2 / 1M tokens
- Output
- $6 / 1M tokens
- Billing formula
- usage.prompt_tokens * 2 / 1000000 + usage.completion_tokens * 6 / 1000000
Context & modalities
- Max output
- 52,429 tokens
- Input
- Text
- Output
- Text
Capabilities
- Chat
- Supported
- Vision
- Not supported
- Reasoning
- Supported
- Structured output
- Supported
- Function calling
- Supported
- Audio input
- Not supported
Access
- Provider
- Alibaba
- Model ID
- alibaba/qwen3.8-2.4t-a95b
- Execution
- sync
- API
- Chat Completions
- Endpoint
- /v1/chat/completions
Start building
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
# The quoted heredoc keeps Unicode and shell metacharacters unchanged.
result=$(curl --fail-with-body --silent \
-X POST "https://api.sandbase.ai/v1/chat/completions" \
-H "Authorization: Bearer $SANDBASE_API_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'SANDBASE_JSON'
{
"model": "alibaba/qwen3.8-2.4t-a95b",
"messages": [
{
"role": "user",
"content": "Hello"
}
],
"max_tokens": 2048
}
SANDBASE_JSON
)
printf '%s\n' "$result"Choose your model
Compare models
| Model | Context | Input / 1M | Output / 1M | Released |
|---|---|---|---|---|
Qwen: Qwen3.8 2.4T A95BThis model Alibaba | — | $2.00 | $6.00 | Aug 12, 2026 |
Alibaba | 128K | — | — | Sep 19, 2024 |
Alibaba | 128K | — | — | Oct 16, 2024 |
Alibaba | 125K | — | — | Nov 11, 2024 |
Alibaba | 32K | — | — | Oct 15, 2024 |
Alibaba | 1M | — | — | Feb 1, 2025 |
