AIAI.comAIAI.com
AI Model APIUnimplementedFine-tuning

Create Fine-tuning Task (Not Implemented)

This interface is not yet implemented.

POST
/v1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

In: header

Request Body

application/json

Response Body

application/json

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