Qwen: Qwen3.8 2.4T A95B

alibaba/qwen3.8-2.4t-a95b

Qwen3.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

Open playground
Input⌘ / Ctrl + Enter

Try a prompt

52.4K max output
Input $2.00/M · Output $6.00/M · Cache read $0.20/M
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.

Production API
Endpoint
https://api.sandbase.ai/v1/chat/completions
Model ID
alibaba/qwen3.8-2.4t-a95b
# 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

All language models
ModelContextInput / 1MOutput / 1MReleased
Alibaba—$2.00$6.00Aug 12, 2026
Alibaba128K——Sep 19, 2024
Alibaba128K——Oct 16, 2024
Alibaba125K——Nov 11, 2024
Alibaba32K——Oct 15, 2024
Alibaba1M——Feb 1, 2025