File size: 23,118 Bytes
399a42c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 | ---
license: apache-2.0
library_name: transformers
tags:
- qwen
- multimodal
- moe
- vision-language
- conversational
- transformers
- vllm
- sglang
- ktransformers
- function-calling
- reasoning
pipeline_tag: image-text-to-text
base_model: Qwen/Qwen3.5-122B-A10B
---
# JetLLMPlus-3.5
**JetLLMPlus-3.5** is a multimodal Mixture-of-Experts model published by **Jetlink**.
It is intended for teams that want to manage deployment, access, and internal distribution from their own namespace while preserving compatibility with the original upstream model ecosystem.
## Model Summary
JetLLMPlus-3.5 is a 122B total / 10B active parameter multimodal MoE model with:
- **122B total parameters, 10B activated per token**
- **Causal Language Model with Vision Encoder**
- **Hybrid architecture: Gated DeltaNet (36 layers) + Full Attention (12 layers) + Sparse MoE**
- **256 routed experts + 1 shared expert per layer**
- **262,144 tokens native context length**
- **Extensible context up to 1,010,000 tokens via YaRN**
- **Support for 201 languages and dialects**
- Compatibility with **Transformers**, **vLLM**, **SGLang**, and **KTransformers**
## Intended Use
This model is suitable for advanced workloads such as:
- multimodal chat assistants
- long-context document and PDF understanding
- OCR, chart comprehension, and document extraction pipelines
- reasoning and step-by-step problem solving
- agentic workflows with function calling
- coding assistants and code generation
- GUI automation and screen understanding
- multilingual enterprise assistants
- research and benchmarking
## Model Details
### Architecture
- **Model type:** Causal Language Model with Vision Encoder
- **Training stage:** Pre-training & Post-training
- **Total parameters:** 122B
- **Activated parameters:** 10B per token
- **Hidden dimension:** 3,072
- **Number of layers:** 48 (36 GatedDeltaNet linear attention + 12 full attention)
- **MoE experts:** 256 routed + 1 shared per layer
- **Activated experts:** 8 routed + 1 shared
- **Expert FFN dimension:** 1,024
- **Vocabulary size:** 248,320
- **Native context length:** 262,144 tokens
- **Extended context capability:** up to 1,010,000 tokens via YaRN
### Architecture Note: Hybrid Attention (GatedDeltaNet + MoE)
JetLLMPlus-3.5 uses a novel hybrid attention design unique to the Qwen3.5 architecture. Unlike standard transformer MoE models, it combines:
- **GatedDeltaNet linear attention** (36 out of 48 layers) for efficient long-context processing with sub-quadratic complexity
- **Full global attention** (12 layers) for high-quality token interactions
- **Sparse MoE** routing in feed-forward layers for parameter efficiency
This design delivers high-throughput inference with significantly lower latency than pure full-attention models of comparable total parameter count.
> ⚠️ **Deployment note:** The GatedDeltaNet layers impose additional constraints compared to standard MoE models. When serving with SGLang, `--attention-backend triton` and `--kv-cache-dtype bf16` are required. FP8 KV cache is not recommended due to potential output corruption on this architecture. CUDA graph and HiCache (prefix caching) are currently incompatible with DeltaNet layers.
### Ecosystem Compatibility
- Hugging Face Transformers
- vLLM
- SGLang
- KTransformers
## Hardware Requirements
> JetLLMPlus-3.5 sits between the lightweight 35B-A3B and the flagship 397B-A17B, requiring multi-GPU infrastructure at full precision but manageable on 2–4 datacenter GPUs.
### Reference Hardware
Approximate GPU memory requirements:
- **Unquantized (BF16):** ~244GB VRAM — 3–4× A100 80GB or equivalent
- **FP8:** ~127GB — 2× A100 80GB or equivalent
- **GPTQ-Int4:** ~79GB — 1× H100 80GB or 2× A100 40GB
- **Multi-GPU:** tensor parallelism recommended via vLLM or SGLang (`--tp-size 4` or `--tp-size 8`)
> Note: requirements vary significantly based on context length, KV cache settings, and batch size. FP8 KV cache should be avoided for this model due to DeltaNet architecture constraints — use BF16 KV.
### Recommendation
For most production teams:
1. use **FP8 weights + BF16 KV** for the best balance of memory and quality
2. use **GPTQ-Int4** for single-GPU or memory-constrained deployments
3. enable **MTP (Multi-Token Prediction)** for the highest throughput gains — this is the primary optimization path for this model's architecture
4. use `--language-model-only` when vision is not needed to free KV cache memory
## Software Requirements
Recommended environment:
- Python 3.10+
- Linux
- CUDA-enabled GPU infrastructure
- One of the following runtimes:
- Transformers (latest from `main` branch)
- vLLM
- SGLang
- KTransformers
Common dependencies:
- `torch`
- `transformers`
- `torchvision`
- `pillow`
- `accelerate`
## Quickstart
Install Transformers:
pip install "transformers[serving] @ git+https://github.com/huggingface/transformers.git@main"
### Basic text inference
from transformers import AutoProcessor, AutoModelForImageTextToText
import torch
model_id = "Jetlink/JetLLMPlus-3.5"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
trust_remote_code=True,
)
messages = [
{"role": "user", "content": [{"type": "text", "text": "Explain the difference between MoE and dense models."}]}
]
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt"
).to(model.device)
output = model.generate(**inputs, max_new_tokens=512)
print(processor.decode(output[0], skip_special_tokens=True))
### Thinking mode (deep reasoning)
Enable step-by-step reasoning with `enable_thinking=True`:
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt",
enable_thinking=True,
).to(model.device)
### Non-thinking mode (direct response)
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt",
enable_thinking=False,
).to(model.device)
## Serving Examples
### vLLM
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3
### vLLM with Tool Use
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder
### vLLM with MTP (Multi-Token Prediction)
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'
### vLLM text-only mode
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--language-model-only
### SGLang
> ⚠️ DeltaNet layers require additional flags. Use `--attention-backend triton` and `--kv-cache-dtype bf16`.
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache
### SGLang with Tool Use
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--tool-call-parser qwen3_coder \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache
### SGLang with Multi-Token Prediction (MTP)
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache \
--speculative-algo NEXTN \
--speculative-num-steps 3 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 4
## Long Context Notes
JetLLMPlus-3.5 natively supports **262,144 tokens**.
For tasks exceeding this window, the upstream documentation recommends YaRN-based long-context scaling, supported in Transformers, vLLM, KTransformers, and SGLang, extending context up to **1,010,000 tokens**.
The hybrid GatedDeltaNet + full-attention architecture provides sub-quadratic scaling for long-context inputs on the linear attention layers, making long-context processing more efficient than pure full-attention models of similar scale.
## Strengths
- very strong knowledge and vision benchmarks in the open-weight mid-tier class
- best-in-class document understanding (OCRBench 92.1, OmniDocBench 89.8)
- leading function calling performance in the Qwen3.5 lineup (BFCL-V4 72.2)
- strong GUI and screen automation capabilities (ScreenSpot Pro 70.4)
- highly efficient inference thanks to MoE — only 10B parameters activate per token
- hybrid DeltaNet attention for efficient long-context processing
- 262K native context, extensible to 1M via YaRN
- 201 language support
- Apache 2.0 license
## Limitations
- full weight matrix (122B) must reside in memory regardless of active parameters
- GatedDeltaNet layers impose framework-specific constraints (no FP8 KV, no CUDA graph, no prefix caching in SGLang)
- multi-GPU deployment required for unquantized serving
- long context significantly increases KV cache memory pressure
- multimodal usage adds further overhead
- deployment characteristics vary significantly by framework and configuration
## Out-of-Scope / Cautionary Use
As with other frontier-scale multimodal language models, outputs should be reviewed before use in:
- medical decision-making
- legal advice
- safety-critical automation
- high-stakes financial decisions
- fully autonomous customer actions without guardrails
Human review, policy controls, and tool-level validation are strongly recommended.
## License
This repository follows the same license as the upstream release.
- **License:** Apache-2.0
- See the upstream Qwen repository and included license text for the governing terms.
If you redistribute, fine-tune, quantize, or otherwise modify this model, make sure your usage remains compliant with the upstream license and attribution requirements.
## Attribution
Original model and research release by the **Qwen** team.
Upstream model:
- `Qwen/Qwen3.5-122B-A10B`
This repository is an organization-managed copy and is **not the original upstream source**.
## Citation
Please cite the original Qwen release when using this model in research, evaluation, or production documentation.
```bibtex
@misc{qwen3.5,
title = {Qwen3.5 Technical Report},
author = {Qwen Team},
year = {2026},
publisher = {Alibaba Cloud},
howpublished = {\url{https://huggingface.co/Qwen/Qwen3.5-122B-A10B}}
}
```
---
# JetLLMPlus-3.5 (Türkçe)
**JetLLMPlus-3.5**, **Jetlink** tarafından yayınlanan multimodal bir Mixture-of-Experts modelidir.
Bu depo; modeli kendi namespace'i altında yönetmek, erişimi kontrol etmek ve dağıtımı kolaylaştırmak isteyen ekipler için hazırlanmıştır.
## Model Özeti
JetLLMPlus-3.5, token başına 10B parametre aktive eden 122B toplam parametreli bir multimodal MoE modelidir:
- **122B toplam parametre, token başına 10B aktif**
- **Vision Encoder içeren Causal Language Model**
- **Hibrit mimari: Gated DeltaNet (36 katman) + Tam Dikkat (12 katman) + Sparse MoE**
- **Katman başına 256 routed expert + 1 shared expert**
- **262.144 token yerel bağlam uzunluğu**
- **YaRN ile 1.010.000 token'a kadar genişletilebilir bağlam**
- **201 dil ve lehçe desteği**
- **Transformers**, **vLLM**, **SGLang** ve **KTransformers** ile uyumluluk
## Kullanım Amacı
Bu model aşağıdaki gelişmiş kullanım senaryoları için uygundur:
- multimodal sohbet asistanları
- uzun bağlamlı doküman ve PDF anlama
- OCR, grafik anlama ve doküman çıkarma pipeline'ları
- adım adım akıl yürütme ve problem çözme
- function calling ile agentic workflow yapıları
- kodlama asistanları ve kod üretimi
- GUI otomasyon ve ekran anlama
- çok dilli kurumsal asistanlar
- araştırma ve benchmark çalışmaları
## Model Detayları
### Mimari
- **Model tipi:** Vision Encoder içeren Causal Language Model
- **Eğitim aşaması:** Pre-training ve Post-training
- **Toplam parametre:** 122B
- **Aktif parametre:** Token başına 10B
- **Hidden dimension:** 3.072
- **Katman sayısı:** 48 (36 GatedDeltaNet lineer dikkat + 12 tam dikkat)
- **MoE expert sayısı:** Katman başına 256 routed + 1 shared
- **Aktif expert:** 8 routed + 1 shared
- **Expert FFN boyutu:** 1.024
- **Vocabulary size:** 248.320
- **Yerel bağlam uzunluğu:** 262.144 token
- **Genişletilmiş bağlam kapasitesi:** YaRN ile 1.010.000 token'a kadar
### Mimari Notu: Hibrit Dikkat (GatedDeltaNet + MoE)
JetLLMPlus-3.5, Qwen3.5 mimarisine özgü yenilikçi bir hibrit dikkat tasarımı kullanır. Standart transformer MoE modellerinden farklı olarak şunları birleştirir:
- **GatedDeltaNet lineer dikkat** (48 katmandan 36'sı): sub-quadratic karmaşıklıkla verimli uzun bağlam işleme
- **Tam global dikkat** (12 katman): yüksek kaliteli token etkileşimleri
- **Sparse MoE** routing: parametre verimliliği için feed-forward katmanlarında
Bu tasarım, benzer toplam parametre sayısına sahip tam-dikkat modellerine kıyasla çok daha düşük gecikmeyle yüksek throughput inference sağlar.
> ⚠️ **Deployment notu:** GatedDeltaNet katmanları, standart MoE modellerine kıyasla ek kısıtlamalar getirir. SGLang ile servis ederken `--attention-backend triton` ve `--kv-cache-dtype bf16` zorunludur. FP8 KV cache bu mimaride output bozulmasına yol açabileceğinden önerilmez. CUDA graph ve HiCache (prefix caching) DeltaNet katmanlarıyla uyumsuzluk nedeniyle devre dışı bırakılmalıdır.
### Ekosistem Uyumluluğu
- Hugging Face Transformers
- vLLM
- SGLang
- KTransformers
## Donanım Gereksinimleri
> JetLLMPlus-3.5, hafif 35B-A3B ile flagship 397B-A17B arasında konumlanmaktadır. Tam hassasiyette çoklu GPU altyapısı gerektirir ancak 2–4 datacenter GPU ile yönetilebilir düzeydedir.
### Referans Donanım
Tahmini GPU bellek gereksinimleri:
- **Quantize edilmemiş (BF16):** ~244GB VRAM — 3–4× A100 80GB veya eşdeğeri
- **FP8:** ~127GB — 2× A100 80GB veya eşdeğeri
- **GPTQ-Int4:** ~79GB — 1× H100 80GB veya 2× A100 40GB
- **Çoklu GPU:** vLLM veya SGLang üzerinden tensor parallelism önerilir (`--tp-size 4` veya `--tp-size 8`)
> Not: Gereksinimler bağlam uzunluğu, KV cache ayarları ve batch size'a göre önemli ölçüde değişir. Bu model için FP8 KV cache, DeltaNet mimari kısıtlamaları nedeniyle önerilmez — BF16 KV kullanın.
### Öneri
Çoğu production ekip için en mantıklı yaklaşım:
1. en iyi bellek/kalite dengesi için **FP8 ağırlık + BF16 KV** kullanmak
2. tek GPU veya bellek kısıtlı dağıtımlar için **GPTQ-Int4** kullanmak
3. en yüksek throughput kazanımı için **MTP (Multi-Token Prediction)** etkinleştirmek — bu modelin mimarisinde birincil optimizasyon yoludur
4. vision gerekmiyorsa KV cache belleği açmak için `--language-model-only` kullanmak
## Yazılım Gereksinimleri
Önerilen ortam:
- Python 3.10+
- Linux
- CUDA destekli GPU altyapısı
- Şu runtime'lardan biri:
- Transformers (en son `main` branch)
- vLLM
- SGLang
- KTransformers
Yaygın bağımlılıklar:
- `torch`
- `transformers`
- `torchvision`
- `pillow`
- `accelerate`
## Hızlı Başlangıç
Transformers kurulumu:
pip install "transformers[serving] @ git+https://github.com/huggingface/transformers.git@main"
### Temel metin çıkarımı
from transformers import AutoProcessor, AutoModelForImageTextToText
import torch
model_id = "Jetlink/JetLLMPlus-3.5"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
trust_remote_code=True,
)
messages = [
{"role": "user", "content": [{"type": "text", "text": "MoE ve dense modeller arasındaki farkı açıkla."}]}
]
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt"
).to(model.device)
output = model.generate(**inputs, max_new_tokens=512)
print(processor.decode(output[0], skip_special_tokens=True))
### Thinking modu (derin akıl yürütme)
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt",
enable_thinking=True,
).to(model.device)
### Non-thinking modu (doğrudan yanıt)
inputs = processor.apply_chat_template(
messages,
add_generation_prompt=True,
tokenize=True,
return_tensors="pt",
enable_thinking=False,
).to(model.device)
## Serving Örnekleri
### vLLM
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3
### vLLM Tool Use ile
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder
### vLLM MTP ile
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'
### vLLM sadece metin modu
vllm serve Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--reasoning-parser qwen3 \
--language-model-only
### SGLang
> ⚠️ DeltaNet katmanları ek flag gerektirmektedir. `--attention-backend triton` ve `--kv-cache-dtype bf16` zorunludur.
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache
### SGLang Tool Use ile
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--tool-call-parser qwen3_coder \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache
### SGLang Multi-Token Prediction (MTP) ile
python -m sglang.launch_server \
--model-path Jetlink/JetLLMPlus-3.5 \
--port 8000 \
--tp-size 4 \
--mem-fraction-static 0.80 \
--context-length 262144 \
--reasoning-parser qwen3 \
--attention-backend triton \
--kv-cache-dtype bf16 \
--disable-cuda-graph \
--disable-radix-cache \
--speculative-algo NEXTN \
--speculative-num-steps 3 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 4
## Uzun Bağlam Notları
JetLLMPlus-3.5 yerel olarak **262.144 token** destekler.
Bu pencereyi aşan görevlerde Transformers, vLLM, KTransformers ve SGLang tarafından desteklenen YaRN tabanlı uzun bağlam ölçekleme ile **1.010.000 token'a** kadar genişletilebilir.
Hibrit GatedDeltaNet + tam dikkat mimarisi, lineer dikkat katmanlarında uzun bağlam girdileri için sub-quadratic ölçekleme sağlayarak benzer ölçekteki saf tam dikkat modellerine kıyasla uzun bağlam işlemeyi daha verimli hale getirir.
## Güçlü Yönler
- açık ağırlıklı orta kademe sınıfında çok güçlü bilgi ve vision benchmark'ları
- en iyi sınıf doküman anlama (OCRBench 92.1, OmniDocBench 89.8)
- Qwen3.5 serisinde öncü function calling performansı (BFCL-V4 72.2)
- güçlü GUI ve ekran otomasyon yetenekleri (ScreenSpot Pro 70.4)
- MoE sayesinde yüksek verimli inference — token başına yalnızca 10B parametre aktive edilir
- verimli uzun bağlam işleme için hibrit DeltaNet dikkat
- YaRN ile 262K yerel bağlam, 1M'a genişletilebilir
- 201 dil desteği
- Apache 2.0 lisansı
## Sınırlamalar
- aktif parametrelerden bağımsız olarak tam ağırlık matrisi (122B) bellekte tutulmalıdır
- GatedDeltaNet katmanları framework'e özgü kısıtlamalar getirir (FP8 KV yok, CUDA graph yok, SGLang'da prefix caching yok)
- quantize edilmemiş serving için çoklu GPU dağıtımı gereklidir
- uzun bağlam KV cache bellek baskısını ciddi ölçüde artırır
- multimodal kullanım ek yük getirir
- deployment karakteristiği framework ve konfigürasyona göre önemli ölçüde değişir
## Kapsam Dışı / Dikkat Gerektiren Kullanımlar
Diğer frontier-scale multimodal language model'lerde olduğu gibi, model çıktıları şu alanlarda insan denetimi olmadan kullanılmamalıdır:
- tıbbi karar verme
- hukuki tavsiye
- güvenlik kritik otomasyon
- yüksek riskli finansal kararlar
- korumasız tam otonom müşteri aksiyonları
İnsan incelemesi, politika kontrolleri ve tool seviyesinde doğrulama güçlü şekilde önerilir.
## Lisans
Bu depo, upstream sürümle aynı lisansı takip eder.
- **Lisans:** Apache-2.0
- Geçerli şartlar için upstream Qwen deposu ve lisans metni incelenmelidir.
Modeli yeniden dağıtıyor, fine-tune ediyor, quantize ediyor veya başka şekilde değiştiriyorsan; kullanımının upstream lisans ve attribution gereklilikleriyle uyumlu olduğundan emin olmalısın.
## Atıf
Orijinal model ve araştırma yayını **Qwen** ekibine aittir.
Upstream model:
- `Qwen/Qwen3.5-122B-A10B`
Bu depo, kurum tarafından yönetilen bir kopyadır ve **orijinal upstream kaynak değildir**.
## Atıf / Citation
Bu modeli araştırma, değerlendirme veya production dokümantasyonunda kullanıyorsan, lütfen orijinal Qwen sürümüne atıf yap.
```bibtex
@misc{qwen3.5,
title = {Qwen3.5 Technical Report},
author = {Qwen Team},
year = {2026},
publisher = {Alibaba Cloud},
howpublished = {\url{https://huggingface.co/Qwen/Qwen3.5-122B-A10B}}
}
```
|