AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model.chat
/
TokenDetails
Token
Details
@
Serializable
data
class
TokenDetails
(
val
cachedTokens
:
Int
?
=
null
)
(
source
)
Represents details about tokens.
Members
Constructors
Token
Details
Link copied to clipboard
constructor
(
cachedTokens
:
Int
?
=
null
)
Properties
cached
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"cached_tokens"
)
val
cachedTokens
:
Int
?
Optional number of cached tokens.