AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk.providers
/
TogetherAIImageModelOptions
Together
AIImage
Model
Options
@
Serializable
class
TogetherAIImageModelOptions
(
source
)
Since
0.3.0-beta01
Members
Properties
disable
Safety
Checker
Link copied to clipboard
@
SerialName
(
value
=
"disable_safety_checker"
)
val
disableSafetyChecker
:
Boolean
?
guidance
Link copied to clipboard
val
guidance
:
Float
?
negative
Prompt
Link copied to clipboard
@
SerialName
(
value
=
"negative_prompt"
)
val
negativePrompt
:
String
?
raw
Link copied to clipboard
val
raw
:
Map
<
String
,
JsonElement
>
steps
Link copied to clipboard
val
steps
:
Int
?