{ "model_code": "qwen-deep-research", "model_intro": "通义千问深度研究是一款面向复杂研究任务的高级智能体系统,具备多轮推理与全局规划能力,能够运用互联网搜索等多种工具,对任务进行精细化拆解,开展推理与分析,最终为用户生成可溯源、逻辑严谨的研究型报告。", "model_tags": ["文本生成"], "model_capabilities": { "input_modalities": ["text"], "output_modalities": ["text"], "features": { "model_experience": false, "function_calling": false, "structured_output": false, "web_search": false, "prefix_continuation": false, "cache": false, "batch_inference": false, "model_tuning": false } }, "model_pricing": { "unit": "元/千tokens", "input": 0.054, "output": 0.163 }, "model_limits": { "max_input_length": "997K", "max_output_length": "32K", "rpm": 120, "tpm": 1200000, "context_length": "1M" }, "api_examples": { "curl": [ "curl -X POST https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions \\\n-H \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\n \"model\": \"qwen-deep-research\",\n \"messages\": [\n {\n \"role\": \"system\",\n \"content\": \"You are a helpful assistant.\"\n },\n {\n \"role\": \"user\",\n \"content\": \"你是谁?\"\n }\n ],\n \"stream\": true\n}'" ] } }