| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "model_code": "qwen-vl-max",
- "model_intro": "通义千问 VL-Max(qwen-vl-max),即通义千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。在更多复杂任务上提供最佳的性能。",
- "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.0016,
- "input_cache_hit": 0.00032,
- "input_batch": 0.0008,
- "output": 0.004,
- "output_batch": 0.002,
- "tuning": 0.15
- },
- "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-max\",\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}'"
- ]
- }
- }
|