| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "model_code": "qwen3-vl-flash",
- "model_intro": "Qwen3系列小尺寸视觉理解模型,实现思考模式和非思考模式的有效融合,效果优于开源版Qwen3-VL-30B-A3B,响应速度快。全面升级图像/视频理解,支持长视频长文档等超长上下文、空间感知与方位识别;具备视觉2D/3D定位能力,胜任复杂现实任务。",
- "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": false,
- "model_tuning": false
- }
- },
- "model_pricing": [
- {
- "input_range": "输入<=32K",
- "unit": "元/千tokens",
- "input": 0.00015,
- "input_cache_hit": 0.00003,
- "input_batch": 0.000075,
- "output": 0.0015,
- "output_batch": 0.00075
- }
- ],
- "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-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}'"
- ]
- }
- }
|