---
title: "Validate model endpoint"
method: POST
path: "/v2/models/validate"
tags: ["Models"]
---

# Validate model endpoint

`POST /v2/models/validate`

Validates a provider endpoint by performing a minimal live probe. Currently supports Azure OpenAI. Response includes the resolved region, whether the model is known to Orq, and either the full model document or a synthesized default.

## Request body

- object
  - `api_key` string, required
  - `api_version` string
  - `base_url` string
  - `deployment_name` string
  - `endpoint` string
  - `provider` string, required
  - `subtype` string

## Response `200`

Model validated

## Other responses

- `400` — Invalid request or unsupported provider
- `415` — Image models not supported

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/41c02aedc7c0/schema)
