Class ApiChatCompletionsResponseUsagePromptTokenDetails
java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.json.ApiChatCompletionsResponseUsagePromptTokenDetails
Breakdown of tokens used in the prompt.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionAudio input tokens present in the prompt.Cached tokens present in the prompt.
-
Method Details
-
audioTokens
Audio input tokens present in the prompt.- Returns:
- The number of audio tokens.
-
cachedTokens
Cached tokens present in the prompt.- Returns:
- The number of cached tokens.
-