v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
Images

List image generation models

Lists every image generation model with its top-level supported-parameter superset and a URL to its full per-endpoint records.

get/images/models

Response

List of image generation models

Example response

{
  "data": [
    {
      "architecture": {
        "input_modalities": [
          "text"
        ],
        "output_modalities": [
          "image"
        ]
      },
      "created": 1692901234,
      "description": "A text-to-image model.",
      "endpoints": "/api/v1/images/models/bytedance-seed/seedream-4.5/endpoints",
      "id": "bytedance-seed/seedream-4.5",
      "name": "Seedream 4.5",
      "supported_parameters": {
        "resolution": {
          "type": "enum",
          "values": [
            "1K",
            "2K",
            "4K"
          ]
        }
      },
      "supports_streaming": false
    }
  ]
}