A
Qwen3.8 2.4T
Qwen3.8 2.4T, a language model from Alibaba Cloud.
modelOverride: { model: "qwen-3.8-2.4t" }
Qwen·served viaPricing
- Input
- $2.00 / 1M
- Output
- $6.00 / 1M
Specifications
- Context window
- 1,000,000 tokens
- Max output
- 131,072 tokens
- Released
- August 2026
- Model string
- qwen3.8-2.4t-a95b
- Capabilities
- Large contextReasoning
Parameters
Model options, passed in
modelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
enable_thinkingWhen enabled, the model performs an internal reasoning process before generating its final answer. This improves performance on complex tasks like programming and long-horizon agentic work, but may increase response time. | Boolean | false |
Use this model
await mindstudio.generateText({ message: "...", modelOverride: { model: "qwen-3.8-2.4t", config: { enable_thinking: "false", }, }, });