image-analysis

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Image Analysis (Optic)

图像分析(Optic)

When to Use

使用场景

  • User asks to look at/describe/analyze an image ->
    analyze_image
  • After generating an image, review it ->
    analyze_image
    with
    image_id
  • 用户要求查看/描述/分析图像时 ->
    analyze_image
  • 生成图像后,对其进行审核时 -> 使用
    image_id
    调用
    analyze_image

Input Sources (provide exactly one)

输入来源(需提供且仅提供其中一种)

  • image_path
    : workspace-relative path
  • image_url
    : URL to fetch
  • image_base64
    : raw base64 data
  • image_id
    : ID from generate_image result
  • image_path
    :工作区相对路径
  • image_url
    :待获取的URL
  • image_base64
    :原始base64数据
  • image_id
    :来自generate_image结果的ID

Important

重要说明

  • Images resized to 768px max before analysis
  • 10MB size limit
  • MIME type auto-detected from extension
  • 分析前图像会被调整至最大768px
  • 大小限制为10MB
  • MIME类型会通过扩展名自动检测