AI Model APINot implementedFine tunes
Cancel Fine-tune Job (Not Implemented)
This interface is not yet implemented
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Path Parameters
fine_tune_id*string
Response Body
application/json
curl -X POST "https://api.example.com/v1/fine-tunes/string/cancel"{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}How is this guide?
Last updated on