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

Qwen: Qwen3.5 35B A3B

Chat
bailian/qwen3.5-35b-a3b

Qwen3.5-35B-A3B is a hybrid-architecture vision-language model from Alibaba's Qwen3.5 series, combining linear attention with sparse MoE. With only 3B active parameters, it delivers inference efficiency close to Qwen3.5-122B-A10B. 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
$1.83/M
Cache Read
$0.29/M
Web Search
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions

Sign in to try Qwen: Qwen3.5 35B A3B

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-35b-a3b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Benchmarks

LMArenaEvaluated as qwen3.5-35b-a3b

Qwen: Qwen3.5 35B A3B scores 1396 in the Overall category of the LMArena text leaderboard (style control), ranking #132 of 374 models based on 29,192 human preference votes (updated 2026-07-12).

Benchmark scores for qwen3.5-35b-a3b on LMArena
CategoryArena Score95% CIRankVotes
Overall139613911400#132 of 37429,192
Hard Prompts141314081418#138 of 37418,360
Coding143514271442#139 of 3697,985
Math139913851413#125 of 3621,758
Creative Writing134313341353#152 of 3724,483
Instruction Following138813811395#128 of 3749,312
Chinese146114451476#93 of 3441,608

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 35B A3B on Ofox.ai costs $0.29/M per million input tokens and $1.83/M per million output tokens. Pay-as-you-go, no monthly fees.