---
title: "Health check"
method: GET
path: "/health"
tags: ["Health"]
---

# Health check

`GET /health`

Check server readiness, selected device, loaded models, and available model aliases.

## Response `200`

Server health

- HealthResponse
  - `status` string, required
  - `device` string, required
  - `models_loaded` string[], required
  - `models_available` string[], required

---

[API](https://skmtc.dev/modelscope/apis/funasr-openai-compatible-api.md) · [All operations](https://skmtc.dev/modelscope/apis/funasr-openai-compatible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modelscope/funasr-openai-compatible-api/revisions/48c5cbd44749/schema)
