For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Intelligence active Intelligence active Intelligence active

Speed active Speed active

Text active Model icon Audio inactive

Text active Image inactive Audio inactive

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

China

Instruct

August 2026

Technology

Context window

Parameters

Quantization

Multilingual

Further details

262k

27B

FP8

Yes

Modalities

Text

Image

Video

Audio

Input and output

Input

Input (beta)

Not supported

Note: Video content is provided as a public URL using the video_url content type so the AI Model Hub can fetch it. Additionally, you can include up to four images in a single request.

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: In multi-turn agentic tasks, a lower reasoning effort does not always reduce overall completion time. Each turn may respond faster, but insufficient analysis can cause more failures and retries. That can increase both total latency and token consumption.

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?