openrouter

Qwen: Qwen3.8 Flash

Qwen/Qwen3.8-Flash
Context

1M

Input

text, image, video

Output

text

Tool calling

Supported

About this model

Qwen3.8-Flash is Qwen's high-speed multimodal reasoning model designed for coding, agentic workflows, visual understanding, long-context processing, and high-concurrency applications. It natively supports a 1M-token context window and can process text, images, video, lengthy documents, and large codebases. The model combines strong reasoning and generation capabilities with efficient inference, and supports built-in tools for agentic and developer workflows.

Input modalities

text

Accepted as model input

image

Accepted as model input

video

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.150 / 1M tokens

Output tokens

$0.470 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.150 / 1M tokens
Output tokens$0.470 / 1M tokens
Cached input tokens$0.016 / 1M tokens

Performance

Published evaluation results associated with this model.

Coding

SWE-bench Pro62.5
SWE Multilingual81
NL2Repo48.1
deepSwe58.7
LiveCodeBench v691.9

Agentic

CoWorkBench73.9
JobBench55.7
Agents' Last Exam51.2
Toolathlon-Verified73.5
AndroidWorld84.5
OSWorld 2.019.4

Knowledge

HLE35.9
GPQA Diamond91.7
HLE w/o tools35.9

Multimodal

CharXiv90.6
Vision2Web64
ERQA72.3
LVBench76.6
RealWorldQA88.5
MathVision90.6
MathVision w/ Python95.7
CharXiv w/o tools84.6

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Qwen/Qwen3.8-Flash",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'