Context
256K
Input
text
Output
text
Tool calling
Supported
About this model
Qwen3-235B-A22B-Thinking-2507 is Alibaba Cloud's cognitive architecture model specializing in advanced reasoning, theory of mind simulation, and multi-agent collaboration. Built on the Qwen3-235B MoE foundation, it features specialized 'cognitive experts' and a neuro-symbolic execution engine for human-like problem-solving. Excels at strategic planning, counterfactual reasoning, and complex system modeling with 256K context retention.
Input modalities
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.300 / 1M tokens
Output tokens
$3.000 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.300 / 1M tokens |
| Output tokens | $3.000 / 1M tokens |
Performance
Published evaluation results associated with this model.
Advanced Reasoning
ARC-AGI82.7
CATS (Cognitive Abilities Test Suite)91.4
Counterfactual Reasoning Benchmark87.3
Strategic Game Theory94.1
Multi-Agent Simulation
MACHIAVELLI89.6
WebArena93.2
AgentEval(10)9.3
System Modeling
Causal Graph Accuracy95.8
Economic Forecast Error3.2
Epidemiological Modeling92.7
Cognitive Flexibility
Wisconsin Card Sorting98.2
Stroop Test Simulation96.4
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen/Qwen3-235B-A22B-Thinking-2507",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'