---
title: "Get Available Models"
method: GET
path: "/models"
tags: ["Models"]
---

# Get Available Models

`GET /models`

Fetch all production API available models with their parameter specifications.

## Response `200`

Responses for GET /models

- object
  - `productionApiAvailableModels` ProductionApiAvailableModel[]
    - `id` string — Model identifier (e.g. "GPT_IMAGE_1_5").
    - `name` string — Model display name (e.g. "GPT Image 1.5").
    - `parameters` object — OpenAPI 3.0 schema describing the model's available parameters. Varies per model.

---

[API](https://skmtc.dev/leonardo/apis/rest-endpoints-v2.md) · [All operations](https://skmtc.dev/leonardo/apis/rest-endpoints-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leonardo/rest-endpoints-v2/revisions/79cab25a59c2/schema)
