---
title: "检查模型健康状态（通过配置）"
method: POST
path: "/api/v1/users/models/health-check"
tags: ["【用户】模型管理"]
---

# 检查模型健康状态（通过配置）

`POST /api/v1/users/models/health-check`

使用提供的配置进行健康检查，不更新数据库

## Request body

- DomainCheckByConfigReq
  - `api_key` string, required
  - `base_url` string, required
  - `interface_type` 'openai_chat' | 'openai_responses' | 'anthropic'
  - `model` string, required
  - `provider` 'SiliconFlow' | 'OpenAI' | 'Ollama' | 'DeepSeek' | 'Moonshot' | 'AzureOpenAI' | 'BaiZhiCloud' | 'Hunyuan' | 'BaiLian' | 'Volcengine' | 'Gemini', required

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainCheckModelResp
    - `error` string
    - `success` boolean
  - `message` string

## Other responses

- `400` — 请求参数错误
- `401` — 未授权
- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
