关于OpenDeepSearch的使用成本与语言支持:
费用情况
- Core Tools:完全免费开源(GitHub可自由下载和修改)
- API Services:部分依赖的第三方API可能收费:
- Serper:提供有限次数的免费搜索
- OpenRouter:按token计费(需预存金额)
- Jina:有免费套餐但高级功能收费
- local deployment:若使用自有LLM可完全避免API费用
Chinese language support
- input and output:完美支持中文问题与回答(如测试”最快的陆地动物”返回即为中文)
- 搜索覆盖:默认包含中文网页资源(可通过
region
参数调整) - model adaptation:建议选用支持中文的模型(如Gemini系列或Claude)
对于中文用户,需要注意部分西方API服务的中文结果质量可能弱于专业中文搜索引擎。
This answer comes from the articleOpenDeepSearch: an open source search tool that supports intelligent reasoningThe