---
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.
    - `categories` string[], nullable — Categories of the model.
    - `name` string, nullable — The name of the model.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-computervision.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-computervision/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-computervision/versions/c35eebd9bcbe/schema)
