Qwen3.8 27B

qwen/qwen3.8-27b
NewFeatured
VisionToolsJSONReasoning
by Qwen · 2026-08-13

Qwen3.8-27B is Alibaba's open-weight 27B dense multimodal model, released under Apache-2.0 and self-hosted on OrcaRouter's own infrastructure. It accepts text, images, and video and returns text, with a 256K-token context window (262,144 positions) built on the Qwen3.5 architecture - 64 layers, 5120 hidden size, with a dedicated vision tower. Despite its 27B size it posts unusually strong agentic and coding results on Qwen's own model card, including 90.3 on LiveCodeBench v6, 89.2 on GPQA Diamond, 84.3 on OSWorld-Verified, and 79.0 on QwenSWEBench - competitive with far larger closed models on several axes. It supports native tool calling, structured outputs, reasoning mode, and the full sampling surface. Because the weights are open and we run them ourselves, there is no per-token vendor cost to pass through. That makes Qwen3.8-27B a strong default for high-volume multimodal work: document and screenshot understanding, video frames, coding agents, and computer-use style automation.

ctx262K tokens
Inputtext + image + video
Outputtext
p50 TTFT200 ms
INPUT$0.33/ 1M tokens
OUTPUT$2.40/ 1M tokens
p50 TTFT200 ms7d
p95 TTFT800 ms7d
TRAFFIC1.7Ktokens / 7d

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
import os

from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key=os.environ["ORCAROUTER_API_KEY"],
)

response = client.chat.completions.create(
    model="qwen/qwen3.8-27b",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • frequency_penalty
  • include_reasoning
  • logprobs
  • max_tokens
  • min_p
  • presence_penalty
  • reasoning
  • repetition_penalty
  • response_format
  • seed
  • stop
  • structured_outputs
  • temperature
  • tool_choice
  • tools
  • top_k
  • top_p

Pricing

Input / 1M tokens$0.330
Output / 1M tokens$2.40
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $9.51

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.001207

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
200 ms
Output speed
186 tok/s
p95 TTFT
800 ms
Error rate
33.3%

Public benchmarks

AndroidWorld
81.9
CharXiv (RQ)
78.8
CoWorkBench
70.7
DeepSWE 1.1
42.2
ERQA
65.5
GPQA Diamond
89.2
HLE
30.8
IFBench
79.5
JobBench
33.4
LiveCodeBench v6
90.3
NL2Repo-Bench
42.3
OmniDocBench 1.5
91.1
OSWorld-Verified
84.3
QwenSWEBench
79.0
RealWorldQA
85.9
RecreationBench
47.1
SWE-bench Pro
61.7
SWE-MM
38.6
Terminal Bench 2.1 (Terminus)
73.0
Vision2Web
62.9
WebArena-Verified
64.8
Source: huggingface.co/Qwen

Community buzz

What developers are saying this week

Hacker News10 mentions · 7dup 9 vs the previous week

How it compares

Qwen3.8 27BQwen3.8 Maxqwen/qwen3-max-previewQwen3.5 397B A17B
Input $/M$0.33$2.00$0.86$0.17
Output $/M$2.40$6.00$3.44$1.03
Context262K1.0M262K33K
Quality4/109/108/108/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

How much does Qwen: Qwen3.8 27B cost on OrcaRouter?
Qwen: Qwen3.8 27B is priced at $0.33 per 1M input tokens and $2.40 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is Qwen: Qwen3.8 27B's context window?
Qwen: Qwen3.8 27B supports a context window of 262K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call Qwen: Qwen3.8 27B via the OpenAI SDK?
Set OpenAI base_url to https://api.orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="qwen/qwen3.8-27b" in the chat.completions.create call.
Does OrcaRouter rate-limit Qwen: Qwen3.8 27B?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.

Embed this badge

Qwen: Qwen3.8 27B$0.33/M in200ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/qwen/qwen3.8-27b" target="_blank"> <img src="https://www.orcarouter.ai/embed/qwen/qwen3.8-27b.svg" alt="Qwen: Qwen3.8 27B on OrcaRouter" /> </a>
Markdown [![Qwen: Qwen3.8 27B](https://www.orcarouter.ai/embed/qwen/qwen3.8-27b.svg)](https://www.orcarouter.ai/models/qwen/qwen3.8-27b)

Model card as data

GET /api/public/models/qwen/qwen3.8-27bOpen
Machine-readable:/llms.txt/llms-full.txt