---
title: "POST /unstable/finetune/create"
method: POST
path: "/unstable/finetune/create"
---

# POST /unstable/finetune/create

`POST /unstable/finetune/create`

Create a new finetune. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team.

## Request body

- object
  - `datasetId` string, required
  - `slug` string, required
  - `baseModel` union, required
    - 'OpenPipe/mistral-ft-optimized-1227'
    - 'meta-llama/Llama-2-13b-hf'
    - 'mistralai/Mixtral-8x7B-Instruct-v0.1'

## Response `200`

Successful response

- object
  - `id` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/openpipe/apis/openpipe-api.md) · [All operations](https://skmtc.net/openpipe/apis/openpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpipe/openpipe-api/versions/4054c6b918a8/schema)
