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
/
ChatCompletionParams
/
Builder
Builder
class
Builder
Builder for creating
ChatCompletionParams
with standard (non-streaming) configuration.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
frequency
Penalty
Link copied to clipboard
var
frequencyPenalty
:
Double
?
logprobs
Link copied to clipboard
var
logprobs
:
Boolean
?
max
Tokens
Link copied to clipboard
var
maxTokens
:
Int
?
model
Link copied to clipboard
var
model
:
ChatModel
presence
Penalty
Link copied to clipboard
var
presencePenalty
:
Double
?
response
Format
Link copied to clipboard
var
responseFormat
:
ResponseFormat
?
stop
Link copied to clipboard
var
stop
:
StopReason
?
temperature
Link copied to clipboard
var
temperature
:
Double
?
tool
Choice
Link copied to clipboard
var
toolChoice
:
ToolChoice
?
tools
Link copied to clipboard
var
tools
:
List
<
Tool
>
?
top
Logprobs
Link copied to clipboard
var
topLogprobs
:
Int
?
top
P
Link copied to clipboard
var
topP
:
Double
?