Breakdown of tokens used in the prompt.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PromptTokensDetails", "title": "PromptTokensDetails", "properties": { "audio_tokens": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "title": "Audio Tokens" }, "cached_tokens": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "title": "Cached Tokens" } }, "additionalProperties": true, "type": "object", "description": "Breakdown of tokens used in the prompt." }