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-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
AnthropicSseData
/
Usage
Usage
@
Serializable
data
class
Usage
(
val
inputTokens
:
Int
?
=
null
,
val
outputTokens
:
Int
?
=
null
)
(
source
)
Usage statistics for token consumption
Members
Constructors
Usage
Link copied to clipboard
constructor
(
inputTokens
:
Int
?
=
null
,
outputTokens
:
Int
?
=
null
)
Properties
input
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"input_tokens"
)
val
inputTokens
:
Int
?
output
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"output_tokens"
)
val
outputTokens
:
Int
?