Home/Qwen3.8 2.4T A95B
qwen/qwen3.8-2.4t-a95b

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, with 95 billion active parameters out of 2.4 trillion total. It is suited for coding, research, complex reasoning, and agentic workflows.Text-only.
Price
Input$2per million tokens
Cached reads$0.25per million tokens
Output$6per million tokens

Use the following code example to integrate our API:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="<Your API Key>",
5    base_url="https://api.highwayapi.ai/openai"
6)
7
8response = client.chat.completions.create(
9    model="qwen/qwen3.8-2.4t-a95b",
10    messages=[
11        {"role": "system", "content": "You are a helpful assistant."},
12        {"role": "user", "content": "Hello, how are you?"}
13    ],
14    max_tokens=131072,
15    temperature=0.7
16)
17
18print(response.choices[0].message.content)

Information

Provider
Quantization
-

Supported Features

Context Length
1M
Maximum Output
131.1K
serverless
Supported
Function Calling
Supported
Structured Outputs
Supported
Reasoning
Supported
Input Capabilities
text
Output Capabilities
text
联系我们