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
- 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.
- 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.
- 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.
Architecture: front-end / back-end dual-model design
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
Caveats and open questions
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