AIAI.comAIAI.com
AI モデル API未実装ファインチューニング

ファインチューニングタスクのキャンセル(未実装)

このインターフェースはまだ実装されていません。

POST
/v1/fine-tunes/{fine_tune_id}/cancel

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 POST "https://api.aiai.com/v1/fine-tunes/string/cancel"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}