---
title: "Deploy Create"
method: POST
path: "/v1/deploy"
tags: ["Dedicated Models"]
---

# Deploy Create

`POST /v1/deploy`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Request body

- DeployModelIn
  - `provider` 'huggingface' | 'deepinfra' | 'cnt'
  - `model_name` string, required — model name in specified provider
  - `version` string, nullable — A specific revision, if left empty uses the last one

## Response `200`

Successful Response

- DeployResult
  - `deploy_id` string, required — Deploy Id

## Other responses

- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `423` — Locked

---

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