---
title: "GET /models"
method: GET
path: "/models"
---

# GET /models

`GET /models`

This operation returns the list of domain-specific models that are supported by the Computer Vision API. Currently, the API supports following domain-specific models: celebrity recognizer, landmark recognizer.
A successful response will be returned in JSON. If the request failed, the response will contain an error code and a message to help understand what went wrong.

## Response `200`

List of available domain models.

- ListModelsResult, nullable — Result of the List Domain Models operation.
  - `models` ModelDescription[], nullable — An array of supported models.
    - `name` string, nullable — The name of the model.
    - `categories` string[], nullable — Categories of the model.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/azure/apis/computer-vision-client.md) · [All operations](https://skmtc.dev/azure/apis/computer-vision-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/computer-vision-client/revisions/5fb9df827f90/schema)
