POST
/
v1
/
fine-tunes
创建微调任务 (未实现)
curl --request POST \
  --url https://api.example.com/v1/fine-tunes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "param": "<string>",
    "code": "<string>"
  }
}

Authorizations

Authorization
string
header
required

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

Body

application/json

The body is of type object.

Response

501 - application/json

未实现

error
object