---
title: "Searches Replicate models by free-text term."
method: GET
path: "/leaderboard/faucet/replicate/models"
tags: ["Faucet", "Replicate"]
---

# Searches Replicate models by free-text term.

`GET /leaderboard/faucet/replicate/models`

Results are cursor-paginated: pass the returned nextCursor back as cursor to
 fetch the next page.

## Query parameters

- `search` string, required
- `cursor` string

## Response `200`

OK

- SearchReplicateModelsEndpointOutput
  - `models` SearchReplicateModelsEndpointModel[], required — The matching models for this page.
    - `modelOwner` string, required
    - `modelName` string, required
    - `description` string, nullable
    - `coverImageUrl` string, nullable
    - `runCount` integer, nullable
  - `nextCursor` string, nullable — Cursor to fetch the next page, or null when there are no more results.

## 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/revisions/d779de93a5ee/schema)
