Models
Update a model
PATCH
/v1/models/id
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Request Body
Property | Type | Description |
---|---|---|
name | string | |
pattern | string | |
unit | string | |
inputCost | number | |
outputCost | number | |
tokenizer | string | |
startDate | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
name | string | |
pattern | string | |
unit | string | |
inputCost | number | |
outputCost | number | |
tokenizer | string | |
startDate | string | |
createdAt | string | |
updatedAt | string |