Files
2026-07-13 13:26:09 +08:00

19 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Frequently Asked Questions (FAQ)
### Q: Where can I use Tongyi DeepResearch?
A: (1) **Local deployment:** You can follow the instructions in the [README](README.md#quick-start) to deploy the agent model locally.
(2) **Production service:** For a production-ready service, visit [bailian](https://bailian.console.aliyun.com/?spm=a2ty02.31808181.d_app-market.1.6c4974a1tFmoFc&tab=app#/app/app-market/deep-search/) and follow the guided setup.
### Q: Do you plan to release the training data?
A: We dont plan to release the training data, but we have open-sourced the methods for synthesizing it in our series of papers.
### Q: Do you plan to release the Heavy Mode?
A: Weve already open-sourced the code for ReAct inference in our papers. The Heavy Mode is not fully open-sourced yet, but we plan to release it in the future.
### Q: Why can I not reproduce the results in the paper?
A: The agent model was trained using specific prompts and tools. To reproduce the results, please make sure youre using the same prompts and tools released in the codebase. Were also working on developing a more general agent model.