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

# List Models

`GET /models`

List all language models available in the Opper platform

For more information on the models available, see the [Opper Models](https://docs.opper.ai/capabilities/models) documentation.

## Query parameters

- `offset` integer — The offset of the models to return when paginating
- `limit` integer — The number of models to return per page when paginating

## Response `200`

Successful Response

- PaginatedResponseListLanguageModelsResponse
  - `meta` Meta, required
    - `total_count` integer, required — Total number of items in the collection
  - `data` ListLanguageModelsResponse[], 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
    - `input_cost_per_token` number, nullable — The cost in USD per token for input
    - `output_cost_per_token` number, nullable — The cost in USD per token for output

## 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)
