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

# Get Models

`GET /api/health/models`

Returns available models with model_name and api_type fields

## Response `200`

Successful Response

- ModelsResponse
  - `models` ModelInfo[], required
    - `model_name` string, required
    - `api_type` string, required

## Changes

- **2025-08-06** `43c12480eb1b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/health/models/get.md)

---

[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)
