---
title: "check model"
method: POST
path: "/admin/model/check"
tags: ["modelkit"]
---

# check model

`POST /admin/model/check`

## Request body

- SvcModelKitCheckReq
  - `api_header` string
  - `api_key` string
  - `api_version` string — for azure openai
  - `base_url` string, required
  - `model` string, required
  - `provider` string, required
  - `show_name` string
  - `type` 'chat' | 'embedding' | 'rerank' | 'analysis' | 'analysis-vl', required

## Response `200`

OK

- object
  - `data` SvcCheckModelRes
    - `content` string
    - `error` string
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
