元渊 API元渊 API
AI Model APIsUnimplementedFine-tuning

Get Fine-tune Job Events (Not Implemented)

This API is not yet implemented

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

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

fine_tune_id*string

Response Body

application/json

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

How is this guide?