| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "model_code": "qwen3-vl-32b-thinking",
- "model_intro": "Qwen3-VL系列最大尺寸Dense模型的推理版本,多模态推理能力仅次于Qwen3-VL-235B-Thinking,STEM&数学类解题能力、通用图像和视频理解能力出众,多模态Agent能力达到SOTA,适合做复杂多模态推理任务。",
- "model_tags": [],
- "model_capabilities": {
- "input_modalities": ["text", "image"],
- "output_modalities": ["text"],
- "features": {
- "model_experience": true,
- "function_calling": true,
- "structured_output": true,
- "web_search": false,
- "prefix_continuation": true,
- "cache": false,
- "batch_inference": false,
- "model_tuning": false
- }
- },
- "model_pricing": {
- "unit": "元/千tokens",
- "input_thinking": 0.002,
- "output_thinking": 0.02
- },
- "model_limits": {
- "max_input_length": "124K",
- "max_output_length": "32K",
- "max_thinking_length": "80K",
- "rpm": 600,
- "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\": \"qwen3-vl-32b-thinking\",\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}'"
- ]
- }
- }
|