Papers
arxiv:2606.13707

Orchestra-o1: Omnimodal Agent Orchestration

Published on Jun 10
ยท Submitted by
Fan Zhang
on Jun 15
Authors:
,
,
,
,
,
,
,
,
,

Abstract

An omnimodal agent orchestration framework is presented that enables efficient collaboration across multiple modalities through unified task decomposition and specialized sub-agent execution, achieving superior performance on complex multimodal benchmarks.

The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent systems, highlighting the importance of agent orchestration for task decomposition and collaboration. However, existing orchestration frameworks are limited to a narrow set of modalities and struggle to generalize to more complex settings where heterogeneous modalities coexist and interact. This limitation becomes particularly pronounced in omnimodal scenarios, where tasks require the unified understanding and coordination of diverse inputs such as text, image, audio, and video. In this work, we propose Orchestra-o1, an omnimodal agent orchestration framework designed to support efficient agent collaboration across multiple modalities. Orchestra-o1 introduces a unified orchestration mechanism that enables modality-aware task decomposition, online sub-agent specialization, and parallel sub-task execution. This scalable design allows agent systems to effectively tackle complex real-world tasks involving heterogeneous information sources, surpassing the second-best approach by 10.3% accuracy on the OmniGAIA benchmark. Furthermore, we introduce decision-aligned group relative policy optimization (DA-GRPO), an efficient agentic reinforcement learning approach for training Orchestra-o1-8B, which also achieves state-of-the-art performance against all existing open-source omnimodal agents.

Community

Paper submitter

Orchestra-o1 is an open-source omnimodal agent orchestration framework that supports agentic tasks involving omnimodal perception, web search, computation, and more. We also provide an 8B model trained with agentic RL to serve as the main orchestrator.

Code: https://github.com/zfkarl/Orchestra-o1
Model: https://huggingface.co/Karl28/Orchestra-o1-8B

Hi, thank you very much for open-sourcing Orchestra-o1 and DA-GRPO. This work is truly impressive, and Iโ€™m very interested in reproducing and learning from the omnimodal agentic RL training pipeline.

May I ask, beyond the 8 ร— H20 GPU setup reported in the paper, what would be the minimum feasible GPU count and per-GPU memory requirement if the goal is only to run the DA-GRPO pipeline or conduct a small-scale sanity-check experiment, and are there any recommended low-resource settings?

ยท

Thank you very much for your interest in Orchestra-o1 and DA-GRPO.

Regarding the minimum compute requirement, we have not tested the pipeline under lower-resource settings beyond the 8 ร— H20 setup reported in the paper, so we cannot provide a verified minimum configuration.

If your compute resources are limited, we would recommend:

  1. using a smaller model, such as Qwen3-4B or Qwen3.5-4B;
  2. applying parameter-efficient fine-tuning methods, such as LoRA.

These should be helpful for small-scale sanity-check experiments.

This is very interesting work. May I ask whether the Orchestra-o1-8B model weights have been open-sourced? Iโ€™d like to try it in my own research area and see whether it works well.

ยท

Cool paper - I liked the way "Orchestra-o1: Omnimodal Agent Orchestration" frames the problem without making it feel too abstract.

Curious if you think this would still work once the setup gets messier in the wild?

I made a podcast on it with ResearchPod, it makes it easy to get the key concepts on the go:
https://researchpod.app/episode/c37eaf51-17d4-47fc-9d5d-5cd86d03fc21

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2606.13707
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2606.13707 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2606.13707 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2606.13707 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.