Build an AI assistant that investigates complex questions by searching and reading web sources automatically.
Automate research workflows for topics requiring synthesis of information from multiple documents.
Benchmark and evaluate AI research agent performance on multi-step information-seeking tasks.
Requires API keys for OpenAI and Serper, plus potential HuggingFace/ModelScope authentication and model downloads.
Tongyi DeepResearch is an open-source AI research agent developed by Alibaba's Tongyi Lab. It is designed to tackle complex, multi-step research questions that require searching the web, reading multiple sources, and synthesizing findings, much like a human researcher would, but automated. The underlying model has 30.5 billion parameters total, with 3.3 billion activated per question, giving it a balance of capability and efficiency. The model specializes in "deep information-seeking" tasks: questions that can't be answered with a single search result but require browsing, reading, comparing, and reasoning across many web pages. It supports two operating modes, a lightweight ReAct mode for direct evaluation, and a heavier IterResearch mode that uses extra compute at inference time to push for higher-quality answers. You would use it when you need automated research on complex topics, want to build an AI assistant that can investigate questions end-to-end, or are benchmarking AI research agents. Researchers can download the model weights from HuggingFace or ModelScope, or try it via an online demo. Running it requires Python 3.10, and it integrates with third-party APIs for web search (Serper), web page reading (Jina), and an OpenAI-compatible language model for summarization.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.