Lychee AILychee AI
AIモデルAPIUnimplementedFine tuning

ファインチューニングタスクの詳細を取得 (未実装)

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

GET
/v1/fine-tunes/{fine_tune_id}

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://loading/v1/fine-tunes/string"
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

このガイドはいかがですか?

最終更新