AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ModelData
/
TokenPrice
/
PriceTier
Price
Tier
jvm
@
Serializable
data
class
PriceTier
(
val
fromTokens
:
Int
,
val
toTokens
:
Int
?
=
null
,
val
price
:
Price
,
val
cachedPrice
:
Price
?
=
null
)
(
source
)
Members
Constructors
Price
Tier
Link copied to clipboard
jvm
constructor
(
fromTokens
:
Int
,
toTokens
:
Int
?
=
null
,
price
:
Price
,
cachedPrice
:
Price
?
=
null
)
Properties
cached
Price
Link copied to clipboard
jvm
val
cachedPrice
:
Price
?
from
Tokens
Link copied to clipboard
jvm
val
fromTokens
:
Int
price
Link copied to clipboard
jvm
val
price
:
Price
to
Tokens
Link copied to clipboard
jvm
val
toTokens
:
Int
?