AIAI.comAIAI.com
AI Model APIUnimplementedFine-tuning

List fine-tuning tasks (not implemented)

This interface is not yet implemented.

GET
/v1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Response Body

application/json

curl -X GET "https://api.aiai.com/v1/fine-tunes"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}