qwen3-vl-flash.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "model_code": "qwen3-vl-flash",
  3. "model_intro": "Qwen3系列小尺寸视觉理解模型,实现思考模式和非思考模式的有效融合,效果优于开源版Qwen3-VL-30B-A3B,响应速度快。全面升级图像/视频理解,支持长视频长文档等超长上下文、空间感知与方位识别;具备视觉2D/3D定位能力,胜任复杂现实任务。",
  4. "model_tags": ["Qwen3", "视觉理解"],
  5. "model_capabilities": {
  6. "input_modalities": ["text", "image", "video"],
  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": true,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": [
  20. {
  21. "input_range": "输入<=32K",
  22. "unit": "元/千tokens",
  23. "input": 0.00015,
  24. "input_cache_hit": 0.00003,
  25. "input_batch": 0.000075,
  26. "output": 0.0015,
  27. "output_batch": 0.00075
  28. }
  29. ],
  30. "model_limits": {
  31. "max_input_length": "254K",
  32. "max_input_length_thinking": "252K",
  33. "max_output_length": "32K",
  34. "max_output_length_thinking": "32K",
  35. "max_thinking_length": "80K",
  36. "rpm": 1200,
  37. "tpm": 1000000,
  38. "context_length": "256K"
  39. },
  40. "api_examples": {
  41. "curl": [
  42. "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-flash\",\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}'"
  43. ]
  44. }
  45. }