{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EmbeddingUsage",
"type": "object",
"properties": {
"prompt_tokens": {
"type": "integer",
"description": "The number of tokens in the input."
},
"total_tokens": {
"type": "integer",
"description": "The total number of tokens used."
}
}
}