RealtimeResponseUsageInputTokenDetailsCachedTokensDetails interface
model interface RealtimeResponseUsageInputTokenDetailsCachedTokensDetails
Properties
| audio_tokens | The number of cached audio tokens reused as input for this response. |
| image_tokens | The number of cached image tokens reused as input for this response. |
| text_tokens | The number of cached text tokens reused as input for this response. |
Property Details
audio_tokens
The number of cached audio tokens reused as input for this response.
audio_tokens?: number
Property Value
number
image_tokens
The number of cached image tokens reused as input for this response.
image_tokens?: number
Property Value
number
text_tokens
The number of cached text tokens reused as input for this response.
text_tokens?: number
Property Value
number