GPT-5.6 is here 🎉 20% off all GPT 🎉 All July 🔥Learn more
Qwen

Qwen: Qwen3.5 122B A10B

Chat
bailian/qwen3.5-122b-a10b

Qwen3.5-122B-A10B is a hybrid-architecture vision-language model from Alibaba's Qwen3.5 series, combining linear attention with sparse MoE for efficient inference. With 122B total parameters and 10B active, it ranks just below Qwen3.5-397B in overall performance. Context: 256K tokens, output: 64K. Accessible via the OpenAI-compatible protocol.

Context Window
256K
Max Output Tokens
64K
Released
2026-02-23
Capabilities
VisionFunction CallingReasoningPrompt CachingWeb SearchVideo Input
Available Providers
BaiLianAliyun
Supported Protocols
OpenAIopenai

Providers

BaiLianAliyun
Input Tokens
$0.29/M
Output Tokens
$2.29/M
Cache Read
$0.29/M
Web Search
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions

Sign in to try Qwen: Qwen3.5 122B A10B

Chat with this model right here.

Conversations live only in this page and are never stored.

Conversations are not saved — leaving or refreshing this page clears them.

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="bailian/qwen3.5-122b-a10b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as qwen3.5-122b-a10b

Qwen: Qwen3.5 122B A10B scores 1417 in the Overall category of the LMArena text leaderboard (style control), ranking #102 of 374 models based on 28,530 human preference votes (updated 2026-07-12).

Benchmark scores for qwen3.5-122b-a10b on LMArena
CategoryArena Score95% CIRankVotes
Overall141714131422#102 of 37428,530
Hard Prompts143314271438#108 of 37417,859
Coding145914521467#105 of 3697,809
Math142414101438#87 of 3621,778
Creative Writing136713571376#127 of 3724,351
Instruction Following140714001413#100 of 3749,029
Chinese146314481479#89 of 3441,638

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

Qwen: Qwen3.5 122B A10B on Ofox.ai costs $0.29/M per million input tokens and $2.29/M per million output tokens. Pay-as-you-go, no monthly fees.