Skip to content

Create fine-tuning job (not implemented)

POST
/v1/fine-tunes
curl --request POST \
--url https://api.mirapi.ai/v1/fine-tunes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'

This endpoint is not implemented yet.

Media typeapplication/json
object
Examplegenerated
{}

Not implemented

Media typeapplication/json
object
error
object
message

Error message

string
type

Error type

string
param

Related parameter

string
nullable
code

Error code

string
nullable
Examplegenerated
{
"error": {
"message": "example",
"type": "example",
"param": "example",
"code": "example"
}
}