| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "model_code": "qwen3-vl-plus",
- "model_intro": "Qwen3系列视觉理解模型,实现思考模式和非思考模式的有效融合,视觉智能能力在OS World等公开测试集上达到世界顶尖水平。此版本在视觉coding、空间感知、多模态思考等方向全面升级;视觉感知与识别能力大幅提升,支持超长视频理解。该模型版本功能等同于快照模型 qwen3-vl-plus-2025-12-19。",
- "model_tags": ["Qwen3", "视觉理解", "深度思考"],
- "model_capabilities": {
- "input_modalities": ["text", "image", "video"],
- "output_modalities": ["text"],
- "features": {
- "model_experience": true,
- "function_calling": true,
- "structured_output": true,
- "web_search": false,
- "prefix_continuation": true,
- "cache": true,
- "batch_inference": true,
- "model_tuning": false
- }
- },
- "model_pricing": [
- {
- "input_range": "输入<=32K",
- "unit": "元/千tokens",
- "input": 0.001,
- "input_cache_hit": 0.0002,
- "input_batch": 0.0005,
- "output": 0.01,
- "output_batch": 0.005
- },
- {
- "input_range": "32K<输入<=128K",
- "unit": "元/千tokens",
- "input": 0.0015,
- "input_cache_hit": 0.0003,
- "input_batch": 0.00075,
- "output": 0.015,
- "output_batch": 0.0075
- },
- {
- "input_range": "128K<输入<=256K",
- "unit": "元/千tokens",
- "input": 0.003,
- "input_cache_hit": 0.0006,
- "input_batch": 0.0015,
- "output": 0.03,
- "output_batch": 0.015
- }
- ],
- "model_limits": {
- "max_input_length": "254K",
- "max_input_length_thinking": "252K",
- "max_output_length": "32K",
- "max_output_length_thinking": "32K",
- "max_thinking_length": "80K",
- "rpm": 1200,
- "tpm": 1000000,
- "context_length": "256K"
- },
- "api_examples": {
- "curl": [
- "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-plus\",\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}'"
- ]
- }
- }
|