TokenCount
Properties
| Property | Type | Required | Description |
|---|---|---|---|
input |
integer,null | No | |
output |
integer,null | No |
View JSON Schema
{
"type": "object",
"properties": {
"input": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"output": {
"type": [
"integer",
"null"
],
"format": "int32"
}
}
}