---
title: "List image generation models"
method: GET
path: "/images/models"
tags: ["Images"]
---

# List image generation models

`GET /images/models`

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

## Response `200`

List of image generation models

- ImageModelsListResponse — List of image generation models.
  - `data` ImageModelListItem[], required
    - `architecture` ImageModelArchitecture, required
      - `input_modalities` ImageInputModality[], required — Supported input modalities
      - `output_modalities` ImageOutputModality[], required — Supported output modalities
    - `created` integer, required — Unix timestamp (seconds) of when the model was created
    - `description` string, required
    - `endpoints` string, required — Relative URL to the full per-endpoint records for this model
    - `id` string, required — Model slug
    - `name` string, required — Display name
    - `supported_parameters` SupportedParameters, required — Union of supported parameters across every endpoint of this model. Coarse discovery aid; the definitive per-endpoint set is behind the endpoints URL.
    - `supports_streaming` boolean, required — 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.

## Other responses

- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/openrouterteam/apis/openrouter-api.md) · [All operations](https://skmtc.net/openrouterteam/apis/openrouter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrouterteam/openrouter-api/versions/fe902fcd8b57/schema)
