---
title: "Load model weights"
method: POST
path: "/api/v1/load_weights"
---

# Load model weights

`POST /api/v1/load_weights`

Loads model weights from disk

## Request body

- LoadWeightsRequest
  - `type` 'load_weights'
  - `model_id` string, uuid, required
  - `path` string, required — A tinker URI for model weights at a specific step

## Response `200`

API future for weight loading completion

- UntypedAPIFuture
  - `request_id` string, uuid, required
  - `model_id` string, uuid

---

[API](https://skmtc.dev/thinking-machines-lab/apis/tinker-api.md) · [All operations](https://skmtc.dev/thinking-machines-lab/apis/tinker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thinking-machines-lab/tinker-api/revisions/51afac49fce6/schema)
