DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
FIMCompletionParams
/
Builder
Builder
class
Builder
Builder for creating
FIMCompletionParams
with standard (non-streaming) configuration.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
echo
Link copied to clipboard
var
echo
:
Boolean
?
frequency
Penalty
Link copied to clipboard
var
frequencyPenalty
:
Double
?
logprobs
Link copied to clipboard
var
logprobs
:
Int
?
max
Tokens
Link copied to clipboard
var
maxTokens
:
Int
?
presence
Penalty
Link copied to clipboard
var
presencePenalty
:
Double
?
stop
Link copied to clipboard
var
stop
:
StopReason
?
suffix
Link copied to clipboard
var
suffix
:
String
?
temperature
Link copied to clipboard
var
temperature
:
Double
?
top
P
Link copied to clipboard
var
topP
:
Double
?