> For the complete documentation index, see [llms.txt](https://docs.xynq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xynq.ai/models/qwen-3.5-27b.md).

# Qwen 3.5 27B

**Qwen 3.5 27B** is a 27-billion-parameter open model supported on the XYNQ mesh.

### Overview

Qwen 3.5 27B is known for strong multilingual performance and precise, literal instruction following. It excels when you need structured output or work spanning multiple languages.

### Strengths

* **Multilingual:** robust across many languages.
* **Structured output:** reliable JSON, tables, and formatted responses.
* **Analysis:** methodical breakdowns and comparisons.

### When to use Qwen 3.5 27B

* You're working across languages or need translation-quality understanding.
* You need strict adherence to a requested format.
* You want a literal, precise tone.

### Serving profile

At 27B parameters, Qwen is sharded across several nodes using pipeline parallelism, with heavy stages placed on high-VRAM cards. Replication scales with demand.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xynq.ai/models/qwen-3.5-27b.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
