Qwen model page

Qwen: Qwen3.8 2.4T A95B

qwen/qwen3.8-2.4t-a95b

Qwen3.8 2.4T A95B is an open-weight sparse mixture-of-experts model from Qwen and the open-weight variant of [Qwen3.8 Max](/qwen/qwen3.8-max), with 95 billion active parameters out of 2.4 trillion total. It is...

TextStructured outputTool callingLong context
Input / 1M
$2.60
Output / 1M
$7.80
Context
1049K
Markup
30%

Use this model through UAI

A dedicated public landing page for this synced catalog row.

Provider
Qwen

Synced from the active catalog

Context window
1.0M tokens

Validated for gateway requests

UAI input
$2.60

Charged from your UAI balance

UAI output
$7.80

Same API key and billing flow

This page exists for direct linking, onboarding, and SEO. The same model row powers /v1/models, the public catalog, the app pricing screen, and request validation for /v1/chat/completions.

Why use this model through UAI

The same model route, but with one account, one balance, and one API shape.

Long-context inputs

Qwen: Qwen3.8 2.4T A95B exposes 1.0M tokens, which makes it a good fit for large documents, transcripts, and retrieval-heavy chat flows.

Agent integrations

Tool and function-style parameters stay available through the same UAI request surface, so agent stacks do not need a separate provider integration.

OpenAI-compatible access

Call qwen/qwen3.8-2.4t-a95b with the same UAI API key, the same /v1/chat/completions shape, and the same request validation used across the rest of the catalog.

Pricing and access

Current synced numbers for this exact model row.

UAI input / 1M tokens
$2.60
UAI output / 1M tokens
$7.80
Qwen input / 1M
$2.00
Qwen output / 1M
$6.00
Context window
1,048,576
Current markup
30%

Need another option? Browse the full models catalog or compare rows in the signed-in pricing table.

Quickstart

Use this model with your UAI key over the standard OpenAI-compatible route.

Create a key in API Keys, then send requests to https://uai.sh/v1/chat/completions.

curl
curl https://uai.sh/v1/chat/completions \
  -H "Authorization: Bearer uai-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.8-2.4t-a95b",
    "messages": [{"role": "user", "content": "Say hi in one short sentence."}],
    "stream": false
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(base_url="https://uai.sh/v1", api_key="uai-YOUR_API_KEY")
response = client.chat.completions.create(
    model="qwen/qwen3.8-2.4t-a95b",
    messages=[{"role": "user", "content": "Say hi in one short sentence."}],
    stream=False
)
print(response.choices[0].message.content)
Node.js (OpenAI SDK)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://uai.sh/v1",
  apiKey: "uai-YOUR_API_KEY"
});

const response = await client.chat.completions.create({
  model: "qwen/qwen3.8-2.4t-a95b",
  messages: [{ role: "user", content: "Say hi in one short sentence." }],
  stream: false
});

console.log(response.choices[0].message.content);

Related models

Other active rows to compare without leaving the public catalog.

qwen
Qwen: Qwen3.8 2.4T A95B (batch)
qwen/qwen3.8-2.4t-a95b:batch
Input / 1M$2.60
Context1.0M tokens
qwen
Qwen: Qwen3.8 Max (0902)
qwen/qwen3.8-max-0902
Input / 1M$2.60
Context1M tokens
qwen
Qwen: Qwen3.8 27B
qwen/qwen3.8-27b
Input / 1M$0.28
Context1M tokens