{ "model_code": "qwen-vl-plus", "model_intro": "通义千问VL-Plus(qwen-vl-plus),即通义千问大规模视觉语言模型增强版。大幅提升细节识别能力和文字识别能力,支持超百万像素分辨率和任意长宽比规格的图像。在广泛的视觉任务上提供卓越的性能。", "model_tags": ["视觉理解"], "model_capabilities": { "input_modalities": ["text", "image","video"], "output_modalities": ["text"], "features": { "model_experience": true, "function_calling": false, "structured_output": true, "web_search": false, "prefix_continuation": true, "cache": true, "batch_inference": true, "model_tuning": false } }, "model_pricing": { "unit": "元/千tokens", "input": 0.0008, "input_cache_hit": 0.00016, "input_batch": 0.0004, "output": 0.002, "output_batch": 0.001, "tuning": 0.03 }, "model_limits": { "max_input_length": "126K", "max_output_length": "8K", "rpm": 1200, "tpm": 1000000, "context_length": "128K" }, "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\": \"qwen-vl-plus\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": [\n {\"type\": \"image_url\", \"image_url\": {\"url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20241108/ctdzex/biaozhun.jpg\"}},\n {\"type\": \"text\", \"text\": \"请仅输出图像中的文本内容。\"}\n ]\n }]\n}'" ] } }