---
title: "Inference Model"
method: POST
path: "/v1/inference/{model_name}"
tags: ["Inference"]
---

# Inference Model

`POST /v1/inference/{model_name}`

## Path parameters

- `model_name` string, required

## Query parameters

- `version` string, nullable — model version to run inference against

## Headers

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

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `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/versions/51b817b3f80f/schema)
