Metis-8B-RL is the final RL-trained checkpoint of the
Metis framework, trained with
Hierarchical Decoupled Policy Optimization (HDPO) on top of
Metis-8B-ColdStart. It is a strategic multimodal reasoning agent that selectively invokes code execution, text search, and image search tools during multi-turn reasoning.
Please refer to the
GitHub repository for full installation and inference instructions.
1git clone https://github.com/Accio-Lab/Metis.git
2cd Metis
3pip install -e verl
4pip install -e ".[vllm,search_tool,python_code_dep]"
1@article{yan2026metis,
2 title={Act Wisely: Cultivating Meta-Cognitive Tool Use in Agentic Multimodal Models},
3 author={Yan, Shilin and Tong, Jintao and Xue, Hongwei and Tang, Xiaojun and Wang, Yangyang and Shi, Kunyu and Zhang, Guannan and Li, Ruixuan and Zou, Yixiong},
4 journal={arXiv preprint arXiv:2604.08545},
5 year={2026}
6}