qwen3-vl-32b-thinking.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "model_code": "qwen3-vl-32b-thinking",
  3. "model_intro": "Qwen3-VL系列最大尺寸Dense模型的推理版本,多模态推理能力仅次于Qwen3-VL-235B-Thinking,STEM&数学类解题能力、通用图像和视频理解能力出众,多模态Agent能力达到SOTA,适合做复杂多模态推理任务。",
  4. "model_tags": [],
  5. "model_capabilities": {
  6. "input_modalities": ["text", "image"],
  7. "output_modalities": ["text"],
  8. "features": {
  9. "model_experience": true,
  10. "function_calling": true,
  11. "structured_output": true,
  12. "web_search": false,
  13. "prefix_continuation": true,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": {
  20. "unit": "元/千tokens",
  21. "input_thinking": 0.002,
  22. "output_thinking": 0.02
  23. },
  24. "model_limits": {
  25. "max_input_length": "124K",
  26. "max_output_length": "32K",
  27. "max_thinking_length": "80K",
  28. "rpm": 600,
  29. "tpm": 1000000,
  30. "context_length": "128K"
  31. },
  32. "api_examples": {
  33. "curl": [
  34. "curl --location 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"qwen3-vl-32b-thinking\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\n \"type\": \"image_url\",\n \"image_url\": {\n \"url\": \"https://img.alicdn.com/imgextra/i1/O1CN01gDEY8M1W114Hi3XcN_!!6000000002727-0-tps-1024-406.jpg\"\n }\n },\n {\n \"type\": \"text\",\n \"text\": \"请解答这道题\"\n }\n ]\n }\n ],\n \"stream\":true,\n \"stream_options\":{\"include_usage\":true},\n \"enable_thinking\": true,\n \"thinking_budget\": 81920\n}'"
  35. ]
  36. }
  37. }