Qwen-Drive-1.0-4B is Alibaba's vision-language foundation model for autonomous driving. The Hugging Face card lists license Apache-2.0, pipeline image-text-to-text, and a Qwen3.5-4B VLM that stays untouched while a BEV perception head and a Planning Expert attach beside it. Hugging Face showed 97 likes and 1,579 downloads in the last month on 2026-09-09. createdAt is 2026-08-27. The code repo QwenLM/Qwen-Drive-1.0 had 313 stars the same day. r/LocalLLaMA had the card on the hot list. Technical report: arXiv:2609.00111.
Compare Qwen-VL if you wanted the older general LVLM snapshot, DeepSeek-V4-Flash-Vision-Exp if you wanted a screenshot-and-text agent VLM, or Qwen3.8-27B if you wanted a dense local chat model with no driving heads.
Key Features
- Untouched VLM plus two heads: card says natively multimodal Qwen3.5-4B answers driving VQA. A BEV head jointly does 3D detection, semantic occupancy, and BEV map segmentation. A Planning Expert conditions on shared VLM features and emits future ego trajectories with flow matching.
- Two planners:
planner-sftcovers direct and reasoning planning.planner-rlis reward-optimized on NAVSIM PDMS, WOD-E2E RFS, and a displacement term. Card says runplanner-rlin reasoning planning mode. - One directory: VLM about 9.1 GB at the root,
planner-sft/andplanner-rl/about 2.1 GB each,perception/about 0.5 GB. - Vendor-cited driving VQA: card lists LingoQA 77.8 (Qwen-Plus as judge; official LingoJudge protocol 79.4), Ego3D RMSE 7.78, WaymoQA all 74.5. Treat those as first-party numbers. We did not rerun them.
- Serving paths on the card: Transformers
QwenDriveForPlanning, vLLMvllm serve, SGLang, and Docker Model Runner. Inference code ispip install -e .from the GitHub repo.
Limitation: this is a driving stack, not a general computer-use agent. Closed-loop AlpaSim at-fault score on the card is 0.37 for RL vs 0.45 for Alpamayo-1.5. You need the Qwen-Drive package, not a random VLM pipeline, to attach the planner. 97 likes is a heat signal, not an audit.
Specs
| Item | Value | Source |
|---|---|---|
| Base VLM | Qwen3.5-4B | HF card |
| License | Apache-2.0 | same |
| Likes / last-month downloads | 97 / 1,579 | HF API, 2026-09-09 |
| GitHub stars | 313 | QwenLM/Qwen-Drive-1.0, 2026-09-09 |
| Software price | $0 weights | Apache-2.0 |
Use Cases
- Driving-lab teams who want one checkpoint for VQA, BEV perception, and open-loop trajectories.
- Researchers comparing public WOD-E2E / NAVSIM numbers without a separate specialist per dataset.
- LocalLLaMA readers who saw the HF link on the hot list and wanted the 4B driving SKU, not a general chat VLM.
If you needed screenshots of a desktop, start with DeepSeek-V4-Flash-Vision-Exp, not this page.
Getting Started
- Open Qwen/Qwen-Drive-1.0-4B.
git clone https://github.com/QwenLM/Qwen-Drive-1.0 qwen-drive && cd qwen-drive && pip install -e . --no-build-isolation.hf download Qwen/Qwen-Drive-1.0-4B --local-dir Qwen-Drive-1.0-4B.- Load
QwenDriveForPlanningwithplanner="Qwen-Drive-1.0-4B/planner-rl"for reasoning planning, or skip the planner for VQA-only.
First-party resource: Qwen-Drive-1.0 model card.
Frequently Asked Questions
Is the 4B the whole stack?
The VLM is the 4B Qwen3.5. Planner and perception heads are extra folders beside it. HF safetensors list about 5B parameters in the root snapshot.
Can I serve it as a plain chat VLM?
Yes. Card says load the root directory without a planner for free-form driving questions.
Hosted API?
The card showed no Inference Provider deploy on 2026-09-09. Confirm before you promise a $0 hosted seat.
Alternatives
- Qwen-VL: older general Qwen vision snapshot, not a driving planner.
- DeepSeek-V4-Flash-Vision-Exp: MIT Flash vision experiment for screenshots plus text agents.
- Qwen3.8-27B: denser Apache-2.0 chat, no BEV head.
Tips
- Use
planner-rlonly in reasoning planning mode.planner-sftcovers both direct and reasoning. - Do not copy Alpamayo closed-loop scores onto this page.
- Run
scripts/demo.pyin the GitHub repo before you quote NAVSIM.
Conclusion
Qwen-Drive-1.0-4B is the Apache-2.0 driving VLM r/LocalLLaMA was pointing at: untouched Qwen3.5-4B, a BEV probe, and two planning experts. Start at the Hugging Face card. If you wanted a general screenshot agent, open DeepSeek-V4-Flash-Vision-Exp instead.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights

Grok Bot and Hermes Bot: one person finally gets a think tank and a secretariat
Grok Bot now ships with Cursor Pro+. Hermes Bot runs on a VPS. They are not smarter chat boxes. The think tank advises, the secretariat executes, and you still make the call.
Hook OpenCode Go into Codex on Windows. Do Not Open a Second Toolkit.
A ChatGPT-signed Codex desktop app still shows mostly GPT in the picker. On Windows, enable only OpenCode Go and the Grok, GLM, Kimi, DeepSeek, and MiniMax models you already pay for appear in the same selector. Keys stay local. Native GPT stays put.
What Locks Codex Is the Picker, Not the Models
You already pay for OpenCode Go, Grok, and Z.ai, but the Codex picker still shows mostly GPT. The community project codex-router does not teach another install ritual. It puts subscriptions you already bought back into the selector, keeps keys on the machine, and leaves native GPT alone.