AI モデル API未実装ファインチューニング
ファインチューニングタスクの作成(未実装)
このインターフェースはまだ実装されていません。
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"
}
}