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
/
StreamBuilder
Stream
Builder
class
StreamBuilder
Builder for creating
FIMCompletionParams
specifically configured for streaming responses.
Members
Constructors
Stream
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
?
stream
Options
Link copied to clipboard
var
streamOptions
:
StreamOptions
?
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
?