qwen-mt-image.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "model_code": "qwen-mt-image",
  3. "model_intro": "专注做图片翻译的模型服务,能将中、英、日等11个语言的图片翻译到指定的语言,精准还原图片排版和内容信息,支持术语定义、敏感词过滤、商品主体检测等自定义功能,提供灵活、准确、高效的图像本地化服务。",
  4. "model_tags": ["图像翻译", "图片生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["image"],
  7. "output_modalities": ["image"],
  8. "features": {
  9. "model_experience": false,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "web_search": false,
  13. "prefix_continuation": false,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": [
  20. {
  21. "item": "图片生成",
  22. "price": 0.003,
  23. "unit": "元/每张"
  24. }
  25. ],
  26. "model_limits": {
  27. "max_input_length": null,
  28. "max_output_length": null,
  29. "rpm": 60,
  30. "context_length": null,
  31. "note": "截图中以“ - ”展示的字段已置为 null"
  32. },
  33. "api_examples": {
  34. "curl": [
  35. "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}'"
  36. ]
  37. }
  38. }