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
}
]
}Changes
Changed in 2 of the 303 revisions of this API.11
- ●
added the new
decisionsenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○