---
title: "POST /api/v1/models/up"
method: POST
path: "/api/v1/models/up"
tags: ["Models"]
---

# POST /api/v1/models/up

`POST /api/v1/models/up`

Load up a model for inference. This endpoint requests a model to be loaded into memory for faster inference.

## Request body

- object
  - `model` string, required

## Response `202`

api response

- object
  - `message` string, required

## Changes

- **2025-09-04** `6fce808cc14e` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `202`
- **2025-08-13** `61dca0e3f54f` — 3 info
  - api operation id `chat.models.up` removed and replaced with `models.up`
  - api tag `Models` added
  - api tag `Chat` removed
- **2025-08-13** `fa4e5149fd06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/premai-io/apis/prem-studio-api/changes/api/v1/models/up/post.md)

---

[API](https://skmtc.dev/premai-io/apis/prem-studio-api.md) · [All operations](https://skmtc.dev/premai-io/apis/prem-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/premai-io/prem-studio-api/revisions/2cb1f5df1b89/schema)
