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

Qwen: Qwen3.5 27B

Chat
bailian/qwen3.5-27b

Qwen3.5-27B is a dense vision-language model from Alibaba's Qwen3.5 series, incorporating linear attention for fast inference. Its overall capability approaches Qwen3.5-122B-A10B, making it an efficient choice balancing speed and quality. 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

Sign in to try Qwen: Qwen3.5 27B

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.

Providers

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

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

Benchmarks

LMArenaEvaluated as qwen3.5-27b

Qwen: Qwen3.5 27B scores 1408 in the Overall category of the LMArena text leaderboard (style control), ranking #118 of 374 models based on 27,362 human preference votes (updated 2026-07-12).

Benchmark scores for qwen3.5-27b on LMArena
CategoryArena Score95% CIRankVotes
Overall140814041413#118 of 37427,362
Hard Prompts142714211432#115 of 37417,075
Coding145014431457#118 of 3697,526
Math142914141443#75 of 3621,651
Creative Writing135813481368#137 of 3724,087
Instruction Following140113941407#114 of 3748,598
Chinese147114551487#79 of 3441,532

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