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

Qwen3.5 397B A17B

Summary: Qwen3.5 397B A17B is a large-scale multimodal Mixture-of-Experts (MoE) model from Alibaba Cloud's Qwen team, combining a hybrid linear-attention and sparse-MoE architecture with 397B total parameters and 17B active parameters per token. The model natively supports an extended 262k token context window, reasoning ("thinking mode"), tool calling, and multilingual understanding across 201 languages and dialects. In addition to text, it processes image input, making it suitable for advanced conversational agents, complex reasoning tasks, and vision-language applications at scale.

Intelligence

Speed

Input

Output

Intelligence active Intelligence active Intelligence active

Speed active

Text active Model icon Audio inactive

Text active Image inactive Audio inactive

High

Low

Text, Image

Text

Central parameters

Description: Large-scale MoE model from Alibaba Cloud with 397B total parameters and 17B active parameters per token, combining hybrid linear attention with sparse expert routing for efficient inference at scale.

Model identifier: Qwen/Qwen3.5-397B-A17B

IONOS CLOUD AI Model Hub Lifecycle and Alternatives

IONOS CLOUD start date

End of Life

Alternative

Successor

July 14, 2026

N/A

Origin

Provider

Country

License

Flavor

Release

China

Instruct

February 2026

Technology

Context window

Parameters

Quantization

Multilingual

Further details

262k

397B (17B active)

FP8

Yes

Modalities

Text

Image

Audio

Input and output

Input

Not supported

Endpoints

Chat completions

Embeddings

Image generation

v1/chat/completions

Not supported

Not supported

Features

Streaming

Reasoning

Tool calling

Supported

Supported

Supported

Reasoning example

Qwen3.5 397B A17B 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 tasks.

Unlike models that offer configurable reasoning effort levels (low, medium, high), Qwen3.5 397B A17B does not support this granularity. Instead, reasoning is either on (default) or off. To deactivate it, set "reasoning_effort": "none".

Request

Response (shortened for readability)

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.5 397B A17B for complex reasoning tasks, such as analyzing data trends and making predictions.

API Endpoint: POST https://openai.inference.de-txl.ionos.com/v1/chat/completions

Request:

Response:

Vision model example

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?