[
  {
    "name": "model",
    "type": "select",
    "label": "🤖 Модель Seedance 2.0 (USD как на витрине AIHubMix)",
    "required": true,
    "default": "doubao-seedance-2-0-fast-260128",
    "options": [
      {
        "label": "FAST · ~$0.113/s без ref-видео @720p; ~$0.268/s если есть video ref в content",
        "value": "doubao-seedance-2-0-fast-260128"
      },
      {
        "label": "FULL · ~$0.154/s без ref-видео @720p; ~$0.341/s с ref-видео (480p дешевле — см. витрину)",
        "value": "doubao-seedance-2-0-260128"
      }
    ],
    "help": "~стоимость ролика (USD) ≈ duration × ставка из подписи. Пакет без поля content в Make — текст только; multimodal см. CURL в док AIHubMix."
  },
  {
    "name": "prompt",
    "type": "text",
    "label": "📝 Промпт",
    "required": true,
    "maxLength": 32000,
    "help": "Без массива content здесь только текст → оценивайте по ставке «без видео»."
  },
  {
    "name": "ratio",
    "type": "select",
    "label": "📐 ratio",
    "required": true,
    "default": "16:9",
    "options": [
      { "label": "16:9", "value": "16:9" },
      { "label": "9:16", "value": "9:16" },
      { "label": "1:1", "value": "1:1" }
    ]
  },
  {
    "name": "duration",
    "type": "number",
    "label": "⏱ duration (сек) — × $/с = ~итог USD за ролик",
    "required": true,
    "default": 8,
    "validate": {
      "min": 1,
      "max": 120
    },
    "help": "Пример FAST без видеoref: 8 × $0.113 ≈ $0.90. FULL: 8 × $0.154 ≈ $1.23."
  },
  {
    "name": "watermark",
    "type": "boolean",
    "label": "watermark",
    "required": false,
    "default": false
  }
]
