DeepSeek Kotlin SDK
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models.responses
/
ResponseParams
/
Builder
Builder
class
Builder
Builder for creating
ResponseParams
with standard (non-streaming) configuration.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
instructions
Link copied to clipboard
var
instructions
:
String
?
max
Output
Tokens
Link copied to clipboard
var
maxOutputTokens
:
Int
?
model
Link copied to clipboard
var
model
:
ChatModel
reasoning
Link copied to clipboard
var
reasoning
:
ReasoningConfig
?
temperature
Link copied to clipboard
var
temperature
:
Double
?
text
Link copied to clipboard
var
text
:
TextConfig
?
tool
Choice
Link copied to clipboard
var
toolChoice
:
ResponseToolChoice
?
tools
Link copied to clipboard
var
tools
:
List
<
ResponseTool
>
?
top
Logprobs
Link copied to clipboard
var
topLogprobs
:
Int
?
top
P
Link copied to clipboard
var
topP
:
Double
?
user
Link copied to clipboard
var
user
:
String
?