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

# List Ocr Models

`GET /ocr/models`

List all available OCR models.

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

## Response `200`

Successful Response

- PaginatedResponseListOCRModelsResponse
  - `meta` Meta, required
    - `total_count` integer, required — Total number of items in the collection
  - `data` ListOCRModelsResponse[], 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_page` number, nullable — The cost in USD per page processed

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