qwen-deep-research.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "model_code": "qwen-deep-research",
  3. "model_intro": "通义千问深度研究是一款面向复杂研究任务的高级智能体系统,具备多轮推理与全局规划能力,能够运用互联网搜索等多种工具,对任务进行精细化拆解,开展推理与分析,最终为用户生成可溯源、逻辑严谨的研究型报告。",
  4. "model_tags": ["文本生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["text"],
  7. "output_modalities": ["text"],
  8. "features": {
  9. "model_experience": false,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "web_search": false,
  13. "prefix_continuation": false,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": {
  20. "unit": "元/千tokens",
  21. "input": 0.054,
  22. "output": 0.163
  23. },
  24. "model_limits": {
  25. "max_input_length": "997K",
  26. "max_output_length": "32K",
  27. "rpm": 120,
  28. "tpm": 1200000,
  29. "context_length": "1M"
  30. },
  31. "api_examples": {
  32. "curl": [
  33. "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}'"
  34. ]
  35. }
  36. }