← 返回
未分类 Key 中文

Aliyun Qwen Deep Research

Use when a task needs Alibaba Cloud Model Studio Qwen Deep Research models to plan multi-step investigation, run iterative web research, and produce structur...
用于需要阿里云模型工作室Qwen深度研究模型进行多步调研、迭代网络搜索和生成结构化结果的任务。
cinience cinience 来源
未分类 clawhub v1.0.0 1 版本 99658.7 Key: 需要
★ 0
Stars
📥 292
下载
💾 0
安装
1
版本
#latest

概述

Category: provider

Model Studio Qwen Deep Research

Validation

mkdir -p output/aliyun-qwen-deep-research
python -m py_compile skills/ai/research/aliyun-qwen-deep-research/scripts/prepare_deep_research_request.py && echo "py_compile_ok" > output/aliyun-qwen-deep-research/validate.txt

Pass criteria: command exits 0 and output/aliyun-qwen-deep-research/validate.txt is generated.

Output And Evidence

  • Save research goals, confirmation answers, normalized request payloads, and final report snapshots under output/aliyun-qwen-deep-research/.
  • Keep the exact model, region, and enable_feedback setting with each saved run.

Use this skill when the user wants a deep, multi-stage research workflow rather than a single chat completion.

Critical model names

Use one of these exact model strings:

  • qwen-deep-research
  • qwen-deep-research-2025-12-15

Selection guidance:

  • Use qwen-deep-research for the current mainline model.
  • Use qwen-deep-research-2025-12-15 when you need the snapshot with MCP tool-calling support and stronger reproducibility.

Prerequisites

  • Install SDK in a virtual environment:
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
  • Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.
  • This model currently applies to the China mainland (Beijing) region and uses its own API shape rather than OpenAI-compatible mode.

Normalized interface (research.run)

Request

  • topic (string, required)
  • model (string, optional): default qwen-deep-research
  • messages (array, optional)
  • enable_feedback (bool, optional): default true
  • stream (bool, optional): must be true
  • attachments (array, optional): image URLs and related context

    Response

    • status (string): stage status such as thinking, researching, or finished
    • text (string, optional): streamed content chunk
    • report (string, optional): final structured research report
    • raw (object, optional)

    Quick start

    python skills/ai/research/aliyun-qwen-deep-research/scripts/prepare_deep_research_request.py \
      --topic "Compare cloud video generation model trade-offs for marketing automation." \
      --disable-feedback
    

    Operational guidance

    • Expect streaming output only.
    • Keep the initial topic concrete and bounded; broad topics can trigger long iterative search plans.
    • If the model asks follow-up questions and you already know the constraints, answer them explicitly to avoid wasted rounds.
    • Use the snapshot model when you need stable evaluation runs or MCP tool-calling support.

    Output location

    • Default output: output/aliyun-qwen-deep-research/requests/
    • Override base dir with OUTPUT_DIR.

    References

    • references/sources.md

    版本历史

    共 1 个版本

    • v1.0.0 当前
      2026-05-07 15:34 安全 安全

    安全检测

    腾讯云安全 (Keen)

    安全,无风险
    查看报告

    腾讯云安全 (Sanbu)

    安全,无风险
    查看报告

    🔗 相关推荐

    it-ops-security

    Alicloud Ai Content Aimiaobi

    cinience
    使用OpenAPI/SDK管理阿里云全秒(AIMiaoBi),在用户请求阿里云秒币内容操作(如列出资源)时使用。
    ★ 0 📥 1,906
    design-media

    Volcengine Ai Image Generation

    cinience
    火山引擎AI服务图像生成工作流。适用于文生图、风格变体、提示词优化、确定性图像生成参数设置及问题排查。
    ★ 3 📥 4,545
    design-media

    Volcengine Ai Video Generation

    cinience
    火山引擎AI视频生成工作流。适用于文字生成视频、图片生成视频、生成参数调整及视频任务异步排查。
    ★ 0 📥 2,210