---
title: "List Rerank Models"
method: GET
path: "/rerank/models"
tags: ["rerank"]
---

# List Rerank Models

`GET /rerank/models`

List all available reranking models.

Returns a list of all reranking models available on the Opper platform,
including their hosting providers, locations, and pricing information.

## Response `200`

Successful Response

- PaginatedResponseListRerankModelsResponse
  - `meta` Meta, required
    - `total_count` integer, required — Total number of items in the collection
  - `data` ListRerankModelsResponse[], required — List of items returned in the response
    - `hosting_provider` string, required — The hosting provider of the model
    - `name` string, required — The name of the model
    - `location` string, required — The location of the model
    - `cost_per_request` number, nullable — The cost in USD per rerank request

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required (out of credits)
- `404` — Not Found
- `422` — Request Validation Error

---

[API](https://skmtc.dev/opper/apis/opper-api-v2.md) · [All operations](https://skmtc.dev/opper/apis/opper-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opper/opper-api-v2/revisions/d3ccdaa15678/schema)
