AIAI.comAIAI.com
AI Model APIUnimplementedFine-tuning

Get fine-tuning job events (not implemented)

This interface is not yet implemented.

GET
/v1/fine-tunes/{fine_tune_id}/events

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Path Parameters

fine_tune_id*string

Response Body

application/json

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