Documentation renewed! For old docs, visit doc.newapi.pro
New APINew API
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
AI Model APINot implementedFine tunes

Create Fine-tuning Job (Not Implemented)

This interface is not yet implemented

POST
/v1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Request Body

application/json

Response Body

application/json

curl -X POST "https://api.example.com/v1/fine-tunes" \  -H "Content-Type: application/json" \  -d '{}'
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

How is this guide?

Last updated on