1M
text, image, video
text
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.
Input tokens
$0.150 / 1M tokens
Output tokens
$0.470 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| 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
Agentic
Knowledge
Multimodal
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!" }
]
}'