English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

JD.com Open-Sources JoyAI-VL-Interaction: Real-Time Streaming Vision-Language Interaction Model

Forum topic · QianXun · 2026-06-24

Summary

On June 22, JD.com open-sourced JoyAI-VL-Interaction, a real-time video vision-language interaction model and deployment system, which the company calls the world's first fully open-source interaction model and stack with day-0 support from vLLM-Omni. Unlike conventional multimodal models that analyze uploaded videos after the fact, the model continuously watches live video streams (cameras, surveillance, livestreams), autonomously decides when to speak or stay silent, and delegates complex tasks to backend agents. It features a front-end/back-end dual-model architecture: a lightweight foreground model maintains low-latency observation while heavy reasoning, coding, and tool use are offloaded to a backend model. The full stack—code, model weights, and training datasets—is released on GitHub and Hugging Face. In 58 human blind evaluations across surveillance alerts, live counting, real-time translation, and livestream narration, it beat ByteDance's Doubao video-call assistant with a 77.6% win rate and Google's Gemini with 87.9%. The release signals a shift from passive Q&A toward proactive, embodied AI, and provides academia and startups a reusable baseline for streaming multimodal interaction. Open questions include small evaluation sample size, compute costs of continuous inference, and license terms.

On June 22, JD.com officially open-sourced JoyAI-VL-Interaction, a real-time video vision-language interaction model with a complete deployment system. JD describes it as the world's first fully open-source interaction model and system, and it received day-0 native support from vLLM-Omni at launch.

Key points

  • Proactive, not reactive: Instead of waiting for user questions, the model continuously observes live video streams (cameras, surveillance, livestreams) and autonomously decides when to speak, stay silent, or delegate tasks to background agents.
  • Real-time streaming: Traditional video understanding uploads full videos for post-hoc analysis; JoyAI-VL-Interaction responds to video as it happens.
  • Agent delegation: A foreground model stays "present," continuously observing and interacting, while complex tasks (code generation, tool calls, deep reasoning) are delegated to backend models/agents, with the conversation naturally resuming afterward.
  • Full-stack open source: Code, model weights, and training datasets are all released:
  • Code: https://github.com/jd-opensource/JoyAI-VL-Interaction
  • Models: https://huggingface.co/jdopensource/JoyAI-VL-Interaction-Preview
  • Datasets: https://huggingface.co/datasets/jdopensource/JoyAI-VL-Interaction
  • Benchmark results: Across 58 human blind-evaluation cases (surveillance alerts, real-time counting, real-time translation, temporal awareness, livestream narration):
  • 77.6% overall win rate vs. Doubao video-call assistant
  • 87.9% overall win rate vs. Gemini video-call assistant
  • Architecture: front-end / back-end dual-model design

  • Foreground model: low-latency, low-compute; decides when to speak and handles brief responses while continuously watching the stream.
  • Backend model: high-capability but high-latency; handles complex reasoning, code, and tools during the foreground model's natural pauses.
  • The two are decoupled via a task queue, so the foreground never misses key frames while the backend works.
  • This "presence at the front, thinking at the back" architecture mirrors designs in embodied robotics stacks (robot body as front-end perception, cloud brain for planning).

    Ecosystem significance

  • vLLM-Omni day-0 support means enterprises can deploy streaming multimodal agents on their own GPU clusters with high-throughput, low-latency inference—relevant for security, retail, customer service, and industrial inspection.
  • Replaceable components: ASR, TTS, visualization UI, backend models, external tools, and business modules can all be swapped as needed.
  • "Soft embodiment" path: The model demonstrates that embodiment does not require a robotic body—persistent observation plus proactive judgment through cameras, microphones, and screens is itself a form of embodiment. JD is the first Chinese player to fully open-source this path with public evaluation data.
  • Caveats and open questions

  • The 58-case blind evaluation is a good start but a relatively small sample for industry-grade product comparisons.
  • Compute costs of continuous 30 fps stream inference and real-world deployment economics are not yet published.
  • The precision of "proactive judgment" (when to speak vs. interrupt) is a key UX factor not yet measured.
  • vLLM-Omni is a young project; production stability will need further observation.
  • License terms and commercial-use restrictions for the code, weights, and datasets remain to be detailed by the community.
Bottom line: JoyAI-VL-Interaction is the first fully open-source engineering implementation in China of the "persistent presence + proactive judgment + real-time streaming" interaction paradigm, with blind-evaluation win rates of 77.6%/87.9% placing Chinese players in the top tier of streaming multimodal interaction.

Sources: https://www.ithome.com/0/967/058.htm · https://github.com/jd-opensource/JoyAI-VL-Interaction · https://huggingface.co/jdopensource/JoyAI-VL-Interaction-Preview

Tags

#jd-com#joyai-vl-interaction#multimodal#vision-language-model#open-source#real-time-interaction#vllm#embodied-ai

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208066