256K
text, image, video
text
Supported
About this model
Qwen3.8-27B is a compact, deployment-friendly dense multimodal model from Alibaba's Qwen3.8 family. Natively supporting text, image, and video inputs, it handles tasks ranging from STEM diagrams and document understanding to long-form video analysis. It features flexible thinking control with adjustable reasoning effort and is designed for autonomous planning, coding, professional work, multimodal reasoning, and long-horizon agentic 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.450 / 1M tokens
Output tokens
$3.200 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.450 / 1M tokens |
| Output tokens | $3.200 / 1M tokens |
| Cached input tokens | $0.050 / 1M tokens |
Performance
Published evaluation results associated with this model.
General agentic
Agentic coding
Multimodal
General capabilities and reasoning
Document understanding
Spatial intelligence
Video understanding
Visual agent
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-27B",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'