---
title: "Check Models"
method: GET
path: "/api/health/remote-models"
tags: ["health"]
---

# Check Models

`GET /api/health/remote-models`

Endpoint to check the health of various models hosted on the LiteLLM platform.
This endpoint fetches a list of available models and checks if each one is operational.

## Response `200`

Successful Response

- ModelsHealthStatus
  - `application` string, required
  - `models` ModelStatus[], required
    - `model` string, required
    - `status` string, required
    - `detail` string, nullable

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
