Create Finetune
Create a new finetune. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team.
POST
/
unstable
/
finetune
/
create
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
datasetId
string
requiredslug
string
requiredbaseModel
string
requiredThe base model to fine-tune from. Supported models include: meta-llama/Meta-Llama-3.1-8B-Instruct, meta-llama/Meta-Llama-3.1-70B-Instruct
overrides
object
Response
200 - application/json
id
string
required