ImageModelListItem - Go SDK

ImageModelListItem type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

A single image model in the discovery listing.

Fields

FieldTypeRequiredDescriptionExample
Architecturecomponents.ImageModelArchitecture✔️N/A{"input_modalities": ["text","image"],"output_modalities": ["image"]}
Createdint64✔️Unix timestamp (seconds) of when the model was created1692901234
Descriptionstring✔️N/AA text-to-image model.
Endpointsstring✔️Relative URL to the full per-endpoint records for this model/api/v1/images/models/bytedance-seed/seedream-4.5/endpoints
IDstring✔️Model slugbytedance-seed/seedream-4.5
Namestring✔️Display nameSeedream 4.5
SupportedParametersmap[string]components.CapabilityDescriptor✔️Union of supported parameters across every endpoint of this model. Coarse discovery aid; the definitive per-endpoint set is behind the endpoints URL.{"output_compression": {"max": 100,"min": 0,"type": "range"},
“resolution”: {"type": "enum","values": ["1K","2K","4K"]},
“seed”: {"type": "boolean"}
}
SupportsStreamingbool✔️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