Models
Create a new model
POST
/v1/models
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 |