http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.model
/
ModelPreferences
Model
Preferences
@
JsonSerializable
data
class
ModelPreferences
(
val
hints
:
List
<
ModelHint
>
?
=
null
,
val
costPriority
:
Priority
?
=
null
,
val
speedPriority
:
Priority
?
=
null
,
val
intelligencePriority
:
Priority
?
=
null
)
(
source
)
Members
Constructors
Model
Preferences
Link copied to clipboard
constructor
(
hints
:
List
<
ModelHint
>
?
=
null
,
costPriority
:
Priority
?
=
null
,
speedPriority
:
Priority
?
=
null
,
intelligencePriority
:
Priority
?
=
null
)
Properties
cost
Priority
Link copied to clipboard
val
costPriority
:
Priority
?
hints
Link copied to clipboard
val
hints
:
List
<
ModelHint
>
?
intelligence
Priority
Link copied to clipboard
val
intelligencePriority
:
Priority
?
speed
Priority
Link copied to clipboard
val
speedPriority
:
Priority
?