{ "model_code": "qwen-mt-image", "model_intro": "专注做图片翻译的模型服务,能将中、英、日等11个语言的图片翻译到指定的语言,精准还原图片排版和内容信息,支持术语定义、敏感词过滤、商品主体检测等自定义功能,提供灵活、准确、高效的图像本地化服务。", "model_tags": ["图像翻译", "图片生成"], "model_capabilities": { "input_modalities": ["image"], "output_modalities": ["image"], "features": { "model_experience": false, "function_calling": false, "structured_output": false, "web_search": false, "prefix_continuation": false, "cache": false, "batch_inference": false, "model_tuning": false } }, "model_pricing": [ { "item": "图片生成", "price": 0.003, "unit": "元/每张" } ], "model_limits": { "max_input_length": null, "max_output_length": null, "rpm": 60, "context_length": null, "note": "截图中以“ - ”展示的字段已置为 null" }, "api_examples": { "curl": [ "curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/image2image/image-synthesis' \\\n--header 'X-DashScope-Async: enable' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"qwen-mt-image\",\n \"input\": {\n \"image_url\": \"https://img.alicdn.com/imgextra/i2/O1CN01XsvEqj1fNlMqLNBHR_!!6000000003995-0-tps-5933-2930.jpg\",\n \"source_lang\": \"en\",\n \"target_lang\": \"ja\"\n }\n}'" ] } }