ドキュメントが一新されました!旧ドキュメントは doc.newapi.pro
New APINew API
利用ガイドインストールAPI リファレンスAIアプリケーションヘルプ&サポートビジネス協力
AIモデルAPI未実装ファインチューニング

ファインチューニングタスクの作成 (未実装)

このAPIはまだ実装されていません

POST
/v1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Request Body

application/json

Response Body

application/json

curl -X POST "https://loading/v1/fine-tunes" \  -H "Content-Type: application/json" \  -d '{}'
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

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

最終更新