MoleAPIMoleAPI
DocumentationAPI ReferenceAI Model APIUnimplementedFine-tuning

List Fine-Tuning Jobs (Not Implemented)

This endpoint is not yet implemented

GET
/v1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Response Body

application/json

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

How is this guide?

Last updated on

Back HomeGateway