---
title: "Proxy"
method: PUT
path: "/models/{rest_of_path}"
tags: ["models"]
---

# Proxy

`PUT /models/{rest_of_path}`

## Path parameters

- `rest_of_path` string, required

## Response `200`

Opaque `text/event-stream` relayed verbatim from the upstream model service.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

## Changes

- **2026-08-24** `ca32894f988c` — 2 info
  - api operation id `proxy_models__rest_of_path__post` removed and replaced with `proxy_models_put`
  - added the media type `text/event-stream` for the response with the status `200`
- **2026-08-08** `e9da3a893a88` — 1 info
  - api operation id `proxy_models__rest_of_path__delete` removed and replaced with `proxy_models__rest_of_path__post`
- **2026-08-07** `3ebd7ae94c89` — 1 info
  - api operation id `proxy_models__rest_of_path__post` removed and replaced with `proxy_models__rest_of_path__delete`
- **2026-08-05** `af20f18a5174` — 1 info
  - api operation id `proxy_models__rest_of_path__delete` removed and replaced with `proxy_models__rest_of_path__post`
- **2026-07-21** `4e7a269f88db` — 1 info
  - api operation id `proxy_models__rest_of_path__get` removed and replaced with `proxy_models__rest_of_path__delete`

[Change history](https://skmtc.dev/hf/apis/extralit-v1/changes/models/:rest_of_path/put.md)

---

[API](https://skmtc.dev/hf/apis/extralit-v1.md) · [All operations](https://skmtc.dev/hf/apis/extralit-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hf/extralit-v1/revisions/ca32894f988c/schema)
