Tencent Releases WeMM-Embedding-9B, a Multimodal Embedding Model Built on Qwen3.5
Tencent has released WeMM-Embedding-9B, a 9-billion-parameter multimodal embedding model built on Qwen3.5 that produces 4,096-dimensional embeddings from text, images, video, and visual documents. The model reports state-of-the-art results on the MMEB-v2 and MMEB-v3 benchmarks and is released under Apache 2.0.
Tencent has released WeMM-Embedding-9B, a universal multimodal embedding model built on the Qwen3.5 base architecture. The model accepts text, images, video, visual documents, and interleaved multimodal inputs, and outputs a 4,096-dimensional L2-normalized embedding vector. Audio input is not supported.
Benchmark performance
According to Tencent's technical report, WeMM-Embedding-9B scores 80.6 average on MMEB-v2 across 78 datasets (image, video, and visual-document tasks), which the company states surpasses comparable models including Qwen3-VL-Embedding 8B (77.8) and DME-Medium 9B (78.4). Breakdown scores: 81.9 on image tasks (Hit@1), 74.3 on video tasks (Hit@1), and 83.3 on visual-document tasks (NDCG@5).
On the broader MMEB-v3 benchmark, which spans 190 tasks including 53 text tasks, 47 agent tasks, 11 audio tasks, and multi-context multi-round (MCMR) tasks, WeMM-Embedding-9B posts a 59.5 average — the highest reported among models compared in the release. It scores 48.8 on text (NDCG@5), 51.0 on agent tasks, and 49.3 on MCMR (Hit@1). The model does not support audio tasks and receives a score of zero on that subset, consistent with its stated capability limits.
Tencent also released smaller 2B and 4B variants of WeMM-Embedding, which score 77.9 and 79.2 respectively on MMEB-v2, and 56.0 and 58.2 on MMEB-v3 — all following the same architecture family.
Technical details
The model supports Matryoshka embeddings, allowing users to truncate the 4,096-dimensional output to smaller dimensions (e.g., 256) with renormalization, useful for reducing storage and compute costs in retrieval systems. It is compatible with the Hugging Face Transformers library (version 5.2.0), Sentence Transformers (5.7.0+), vLLM (0.27.0), and SGLang (0.5.9) for serving.
WeMM-Embedding-9B is a finetune of Qwen/Qwen3.5-9B-Base and is one of 693 finetunes derived from that base model listed on Hugging Face. The model has been downloaded 2,375 times in the past month and is published under the Apache License 2.0, permitting commercial use.
The accompanying technical report, "WeMM-Embedding: WeChat Multi-Modal Embedding Technical Report" (arXiv:2608.24053), lists authors Junjie Zhou, Ke Mei, Lei Li, Tianyi Wang, Fengyun Rao, and Jing Lyu, and was published seven days prior to this release.
What this means
Multimodal embedding models are becoming a competitive front distinct from generative LLMs, as retrieval systems increasingly need to index images, video, and documents alongside text in a shared vector space. Tencent's release, tied to its WeChat platform team, targets this infrastructure layer directly rather than chat or agent use cases. The Apache 2.0 license and support across major serving frameworks (vLLM, SGLang) make it straightforward for developers to self-host, though pricing for any hosted API access is not yet disclosed since no inference provider currently deploys the model. The reported benchmark gains over Qwen3-VL-Embedding and other open models are Tencent's own figures from its technical report and have not been independently verified.
Related Articles
Tencent Open-Sources Hy4 Preview: 770B-Parameter MoE Model with 1M-Token Context
Tencent's Hy Team has open-sourced Hy4 preview, a 770-billion-parameter Mixture-of-Experts model with 49 billion activated parameters and a 1-million-token context window. The model is available under Apache 2.0 alongside an FP8-quantized variant, with Tencent claiming it beats GLM 5.3 and Kimi K3 on internal engineering evaluations.
Tencent Releases Hy4 Preview: 770B-Parameter MoE Model with 1M Context for Coding Agents
Tencent has released Hy4 preview, a mixture-of-experts model with 770B total parameters and 49B active parameters, targeting coding agents and multi-step tool-use workflows. The model ships with a 1 million token context window and is priced at $0.834 per 1M input tokens and $2.501 per 1M output tokens.
Google Launches Gemini 3.5 Transcribe with 4.0% Word Error Rate Across 85 Languages
Google has released Gemini 3.5 Transcribe, a speech-to-text model that automatically detects 85 languages, removes filler words, and corrects misspoken phrases. The company claims a 4.0 percent word error rate for streaming audio and 70 percent lower latency than its predecessor, Chirp 3.
IBM Releases Granite Speech 5.0 Turbo CTC: 470M-Parameter ASR Model Hits 12,600x Real-Time Speed
IBM has released two new 470M-parameter Granite Speech models that transcribe audio at over 12,600x real-time speed on an NVIDIA H200 GPU. The encoder-only models achieve 4.85-5.00% word error rate while running over 20x faster than prior Granite Speech versions.
Comments
Loading...