[ ABORT TO HUD ]
SEQ. 1
The Global Model Families
🌏 Qwen, Gemma & Others⏱ 10 min⭐ 100 BASE XP
Beyond Llama & Mistral
Qwen (Alibaba)
Alibaba has adopted a dual strategy. While their May 2026 Qwen 3.7 models were strictly proprietary, the Qwen 3.8 series (August 2026) marks a massive return to open weights. They have also heavily pivoted into robotics with the Qwen-Robot Suite.
| Model | Type | Active Params | Best For |
|---|---|---|---|
| Qwen3.8-Max | API-Only | 2.4T | Proprietary flagship (Aug 3, 2026) |
| Qwen3.8-2.4T-A95B | MoE | 95B of 2.4T | Open-weights frontier MoE (Aug 12, 2026) |
| Qwen3.8-27B | Dense | 27B | Dense multimodal, Apache 2.0 (Aug 14, 2026) |
| Qwen3.6-27B | Dense | 27B | Consistent high performance (legacy) |
| Qwen3.6-35B-A3B | MoE | 3B of 35B | Ultra-efficient inference (legacy) |
Key feature: Thinking/Non-Thinking modes - switch between deep reasoning and fast responses in a single model.
Google Gemma 4
Apache 2.0, edge-optimized with native multimodality:
- Gemma 4 E2B: ~2.3B params, smartphones & IoT
- Gemma 4 E4B: ~4.5B params, flagship mobile devices
- 128K context window, 2-bit/4-bit quantization support
- Runs on Android, iOS, Raspberry Pi, and in-browser via WebGPU
Other Notable Families
| Family | Creator | Standout Feature |
|---|---|---|
| Phi-4 | Microsoft | Small but mighty (14B rivals 70B models) |
| Command-R+ | Cohere | Optimized for RAG & enterprise search |
| Yi-Lightning | 01.AI | Chinese-English bilingual excellence |
🐳 Edge Container: Run Gemma 4 in Docker with Ollama:
docker run -d --gpus all -p 11434:11434 ollama/ollama && docker exec -it $(docker ps -q) ollama run gemma4:4bKNOWLEDGE CHECK
QUERY 1 // 2
What is unique about Qwen 3.6's Thinking/Non-Thinking modes?
Different model files
Toggleable deep reasoning vs fast responses in one model
Only works in Chinese
Requires special hardware