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.embeddings
/
Usage
Usage
@
Serializable
data
class
Usage
(
val
promptTokens
:
Int
?
=
null
,
val
totalTokens
:
Int
?
=
null
)
(
source
)
Members
Constructors
Usage
Link copied to clipboard
constructor
(
promptTokens
:
Int
?
=
null
,
totalTokens
:
Int
?
=
null
)
Properties
prompt
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"prompt_tokens"
)
val
promptTokens
:
Int
?
total
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"total_tokens"
)
val
totalTokens
:
Int
?