Overview
- Full name
docker.io/qwenllm/qwen-omni- Registry
- docker.io
- Namespace
- qwenllm
- Repository
- qwen-omni
- Cached tags
- 1
- Last synced
- 07/05/2026, 06:48 AM
Introduction
Qwen-Omni 多模态大模型镜像,文本/语音/图像统一理解与生成,需 GPU 的本地 LLM 推理与多模态 API 服务。
Details
qwenllm/qwen-omni 运行通义千问 Qwen-Omni 多模态大语言模型,支持文本、语音与图像的统一理解与生成。定位为 GPU 推理服务,需 NVIDIA GPU 与足够显存;本地多模态 AI 助手、语音交互应用或私有化 Omni 模型 API。推理资源消耗高,生产需固定版本 tag。
快速启动
docker run -d --name qwen-omni \
--gpus all \
-p 8000:8000 \
docker.io/qwenllm/qwen-omni:latest
推荐实践
docker run -d --name qwen-omni \
--restart unless-stopped \
--gpus all \
-p 8000:8000 \
-v /data/qwen-models:/models \
-e MODEL_PATH=/models/qwen-omni \
docker.io/qwenllm/qwen-omni:latest
核心参数说明
--gpus all— 需 NVIDIA GPU-p 8000:8000— 推理 API 端口-v .../models:...— 模型权重挂载- 资源 — 大模型需大显存/内存
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/qwenllm/qwen-omni :2.5-cu121 | linux/amd64 | 2025/04/28 14:03 | 10.8 GB | sha256:2adbd91169a4… |