v2

latestOpenAPI 3.1.02026-07-2670186350.6 KB
ocr

List 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.

get/ocr/models

Response

Successful Response

Example response

{
  "meta": {
    "total_count": 1
  },
  "data": [
    {
      "hosting_provider": "Mistral",
      "name": "mistral/ocr-latest",
      "location": "EU",
      "cost_per_page": 0.001
    }
  ]
}