---
title: "Returns a single Replicate model with its input parameter schema."
method: GET
path: "/leaderboard/faucet/replicate/models/{modelOwner}/{modelName}"
tags: ["Faucet", "Replicate"]
---

# Returns a single Replicate model with its input parameter schema.

`GET /leaderboard/faucet/replicate/models/{modelOwner}/{modelName}`

When supportsImageReference is true the model accepts a reference image that the
 platform auto-fills with a prompt's attached media; that input is excluded from the returned
 parameters and must not be configured by the customer.

## Path parameters

- `modelOwner` string, required
- `modelName` string, required

## Response `200`

OK

- GetReplicateModelEndpointOutput
  - `modelOwner` string, required — The owner of the hosted model.
  - `modelName` string, required — The model name.
  - `description` string, nullable — A short description of the model.
  - `coverImageUrl` string, nullable — URL of a representative cover image, if available.
  - `runCount` integer, nullable — Total number of times the model has been run on Replicate, if known.
  - `latestVersion` string, nullable — The model's latest version id, if reported by Replicate.
  - `supportsImageReference` boolean, required — Whether the model accepts a reference image that the platform auto-fills with a prompt's attached media. When true that input is excluded from Parameters.
  - `parameters` GetReplicateModelEndpointParameter[], required — The model's configurable input parameters, ordered for rendering.
    - `key` string, required
    - `title` string, nullable
    - `description` string, nullable
    - `type` 'String' | 'Integer' | 'Number' | 'Boolean' | 'Uri', required
    - `required` boolean, required
    - `default` unknown
    - `enumValues` string[], required
    - `minimum` number, double, nullable
    - `maximum` number, double, nullable
    - `order` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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