Qwen3.8 27B
Summary: Qwen3.8-27B is a compact dense multimodal model from Alibaba Cloud's Qwen team and the most capable generation in the Qwen open-model family to date. Built on the architectural foundation of Qwen3.5, it pairs a 27B parameter language model with an integrated vision encoder and natively supports a 262K-token context window. The model delivers substantial gains in coding, professional work, research, and long-horizon agentic tasks, with flexible thinking control that lets you tune reasoning depth per request. It processes text and image input, with video input available in Beta, making it well-suited to complex multi-step workloads, autonomous agents, and vision-language applications.
Intelligence
Speed
Input
Output
![]()
![]()
![]()
![]()
High
Medium
Text, Image, Video
Text
Central parameters
Description: Compact dense multimodal model from Alibaba Cloud with 27B parameters and an integrated vision encoder. It offers strong reasoning, agentic execution, and image understanding, with video understanding in Beta.
Model identifier: Qwen/Qwen3.8-27B
IONOS CLOUD AI Model Hub Lifecycle and Alternatives
IONOS CLOUD start date
End of Life
Alternative
Successor
27 August 2026
N/A
Origin
Provider
Country
License
Flavor
Release
Technology
Context window
Parameters
Quantization
Multilingual
Further details
Modalities
Text
Image
Video
Audio
Input and output
Input
Input (beta)
Not supported
Important: Video input is in Beta. Video understanding is available for evaluation and may change without notice. Behaviour, latency, and token accounting for video are not yet covered by production service levels. Text and image input are generally available.
Endpoints
Chat completions
Embeddings
Image generation
v1/chat/completions
Not supported
Not supported
Features
Streaming
Reasoning
Tool calling
Supported
Supported
Supported
Reasoning example
Qwen3.8-27B operates in thinking mode by default, generating an internal reasoning trace before producing its final response. It makes the model well-suited for complex, multi-step reasoning and agentic tasks.
Unlike Qwen3.5-9B, this model supports configurable reasoning depth through reasoning_effort. It accepts the following four values, and the default is medium:
Value
Behaviour
xhigh
For complex tasks demanding thorough analysis
medium (default)
Balances accuracy and speed
low
Efficient reasoning, optimized for speed and cost
none
Deactivates reasoning; returns only the final answer
If you do not send reasoning_effort, the request uses medium. Set the value explicitly whenever you need a different trade-off between answer quality, latency, and token cost.
Note: The reasoning trace counts toward max_tokens. If max_tokens is set too low, reasoning can consume the entire token budget, leaving no tokens for the final answer. Activating reasoning also increases response latency, since the model generates the reasoning trace in addition to the final answer.
Request
Response (shortened for readability)
Control reasoning depth
To trade some accuracy for lower latency and cost, lower the reasoning effort.
Deactivate reasoning
To skip the internal reasoning trace and return only the final answer, set "reasoning_effort": "none".
Usage example
Chat completions
The following example demonstrates how to use Qwen3.8-27B for everyday conversational tasks, such as drafting a concise product description.
API Endpoint: POST https://openai.inference.de-txl.ionos.com/v1/chat/completions
Request:
Response:
Vision model example
Video input example
Qwen3.8-27B also accepts video input. Pass a clip with the video_url content type; the AI Model Hub fetches the file, so the URL must be public.
Video input is currently in Beta; see the note in Modalities.
Stream chat completions
To receive responses in real time, you can use streaming. When streaming is selected, usage statistics are not included by default. To obtain usage information in the final stream chunk, you must explicitly set "stream_options": {"include_usage": true}.
API Endpoint: POST https://openai.inference.de-txl.ionos.com/v1/chat/completions
Request:
Response:
Rate limits
Rate limits ensure fair usage and reliable access to the AI Model Hub. In addition to the contract-wide rate limits, no model-specific limits apply.
Last updated
Was this helpful?