> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageModelListItem

A single image model in the discovery listing.

## Fields

| Field                 | Type                                                                                            | Required             | Description                                                                                                                                            | Example                                                                                                                                                                                                                                                         |
| --------------------- | ----------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Architecture`        | [components.ImageModelArchitecture](../../models/components/imagemodelarchitecture.mdx)         | :heavy\_check\_mark: | N/A                                                                                                                                                    | \{<br />"input\_modalities": \[<br />"text",<br />"image"<br />],<br />"output\_modalities": \[<br />"image"<br />]<br />}                                                                                                                                      |
| `Created`             | `int64`                                                                                         | :heavy\_check\_mark: | Unix timestamp (seconds) of when the model was created                                                                                                 | 1692901234                                                                                                                                                                                                                                                      |
| `Description`         | `string`                                                                                        | :heavy\_check\_mark: | N/A                                                                                                                                                    | A text-to-image model.                                                                                                                                                                                                                                          |
| `Endpoints`           | `string`                                                                                        | :heavy\_check\_mark: | Relative URL to the full per-endpoint records for this model                                                                                           | /api/v1/images/models/bytedance-seed/seedream-4.5/endpoints                                                                                                                                                                                                     |
| `ID`                  | `string`                                                                                        | :heavy\_check\_mark: | Model slug                                                                                                                                             | bytedance-seed/seedream-4.5                                                                                                                                                                                                                                     |
| `Name`                | `string`                                                                                        | :heavy\_check\_mark: | Display name                                                                                                                                           | Seedream 4.5                                                                                                                                                                                                                                                    |
| `SupportedParameters` | map\[string][components.CapabilityDescriptor](../../models/components/capabilitydescriptor.mdx) | :heavy\_check\_mark: | Union of supported parameters across every endpoint of this model. Coarse discovery aid; the definitive per-endpoint set is behind the endpoints URL.  | \{<br />"output\_compression": \{<br />"max": 100,<br />"min": 0,<br />"type": "range"<br />},<br />"resolution": \{<br />"type": "enum",<br />"values": \[<br />"1K",<br />"2K",<br />"4K"<br />]<br />},<br />"seed": \{<br />"type": "boolean"<br />}<br />} |
| `SupportsStreaming`   | `bool`                                                                                          | :heavy\_check\_mark: | Whether any endpoint of this model supports native SSE streaming on the dedicated Image API (i.e. `stream: true` in the request). OR across endpoints. | false                                                                                                                                                                                                                                                           |
