[
  {
    "name": "text2video_kling_v3_retry",
    "payload": {
      "prompt": "A calm woman looks at the camera and slowly smiles, natural motion, clean lighting.",
      "duration": "5",
      "mode": "std",
      "aspect_ratio": "16:9",
      "model_name": "kling-v3"
    },
    "ok": false,
    "error": "Model kling-v3 is not allowed for endpoint text2video. Allowed: ['kling-video-o1']"
  },
  {
    "name": "image2video_kling_v3_retry",
    "payload": {
      "image": "http://192.168.0.200:8899/youtube-automation/outputs/privacy-safe-tests/20260329/reference_input_original.jpg",
      "prompt": "She stands up, adjusts her clothes, walks toward the camera, and smiles naturally.",
      "duration": "5",
      "mode": "std",
      "aspect_ratio": "16:9",
      "model_name": "kling-v3"
    },
    "ok": false,
    "error": "Model kling-v3 is not allowed for endpoint image2video. Allowed: ['kling-video-o1']"
  }
]