AI-Tkoens 中文

API Reference

Create Fine-tuning Task (Unimplemented)

This interface is not yet implemented

POST/r1/fine-tunes

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Request Body

application/json

Response Body

curl -X POST "https://ai-tokens.space/r1/fine-tunes" \  -H "Content-Type: application/json" \  -d '{}'
{
  "error": {
    "message": "string",
    "type": "string",
    "param": "string",
    "code": "string"
  }
}

Search all English documentation