{
  "object": "list",
  "version": 1,
  "data": [
    {
      "id": "sd-2-720p",
      "object": "model",
      "display_name": "SD 2.0 720p",
      "supported_endpoint_types": [
        "openai_video"
      ],
      "video_capabilities": {
        "resolutions": [
          "720p"
        ],
        "aspect_ratios": [
          "16:9",
          "9:16",
          "1:1",
          "4:3",
          "3:4",
          "21:9",
          "adaptive"
        ],
        "durations": [
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15
        ],
        "default_duration": 4,
        "references": {
          "max_images": 9,
          "max_videos": 3,
          "max_audios": 3
        }
      }
    },
    {
      "id": "sd-2-1080p",
      "object": "model",
      "display_name": "SD 2.0 1080p",
      "supported_endpoint_types": [
        "openai_video"
      ],
      "video_capabilities": {
        "resolutions": [
          "1080p"
        ],
        "aspect_ratios": [
          "16:9",
          "9:16",
          "1:1",
          "4:3",
          "3:4",
          "21:9",
          "adaptive"
        ],
        "durations": [
          4,
          5,
          6,
          7,
          8,
          9,
          10,
          11,
          12,
          13,
          14,
          15
        ],
        "default_duration": 4,
        "references": {
          "max_images": 9,
          "max_videos": 3,
          "max_audios": 3
        }
      }
    },
    {
      "id": "new-model",
      "object": "model",
      "display_name": "新模型",
      "supported_endpoint_types": [
        "openai_video"
      ],
      "video_capabilities": {
        "resolutions": [
          "720p"
        ],
        "aspect_ratios": [
          "16:9",
          "9:16"
        ],
        "durations": [
          5
        ],
        "default_duration": 5,
        "references": {
          "max_images": 0,
          "max_videos": 0,
          "max_audios": 0
        }
      }
    }
  ],
  "updated_at": "2026-08-03T09:47:20.572Z"
}