public class BatchChatCompletionsRequest extends Object
| Constructor and Description |
|---|
BatchChatCompletionsRequest() |
public BatchChatCompletionsRequest frequencyPenalty(Float frequencyPenalty)
public Float getFrequencyPenalty()
public void setFrequencyPenalty(Float frequencyPenalty)
public BatchChatCompletionsRequest logitBias(LogitBiasForBatchChatCompletionsInput logitBias)
@Valid public @Valid LogitBiasForBatchChatCompletionsInput getLogitBias()
public void setLogitBias(LogitBiasForBatchChatCompletionsInput logitBias)
public BatchChatCompletionsRequest logprobs(Boolean logprobs)
public Boolean isLogprobs()
public void setLogprobs(Boolean logprobs)
public BatchChatCompletionsRequest maxTokens(Integer maxTokens)
public Integer getMaxTokens()
public void setMaxTokens(Integer maxTokens)
public BatchChatCompletionsRequest messages(List<MessageForBatchChatCompletionsInput> messages)
public BatchChatCompletionsRequest addMessagesItem(MessageForBatchChatCompletionsInput messagesItem)
@Valid public @Valid List<MessageForBatchChatCompletionsInput> getMessages()
public void setMessages(List<MessageForBatchChatCompletionsInput> messages)
public BatchChatCompletionsRequest model(String model)
@NotNull public @NotNull String getModel()
public void setModel(String model)
public BatchChatCompletionsRequest presencePenalty(Float presencePenalty)
public Float getPresencePenalty()
public void setPresencePenalty(Float presencePenalty)
public BatchChatCompletionsRequest stop(List<String> stop)
public BatchChatCompletionsRequest addStopItem(String stopItem)
public BatchChatCompletionsRequest stream(Boolean stream)
public Boolean isStream()
public void setStream(Boolean stream)
public BatchChatCompletionsRequest streamOptions(StreamOptionsForBatchChatCompletionsInput streamOptions)
@Valid public @Valid StreamOptionsForBatchChatCompletionsInput getStreamOptions()
public void setStreamOptions(StreamOptionsForBatchChatCompletionsInput streamOptions)
public BatchChatCompletionsRequest temperature(Float temperature)
public Float getTemperature()
public void setTemperature(Float temperature)
public BatchChatCompletionsRequest tools(List<ToolForBatchChatCompletionsInput> tools)
public BatchChatCompletionsRequest addToolsItem(ToolForBatchChatCompletionsInput toolsItem)
@Valid public @Valid List<ToolForBatchChatCompletionsInput> getTools()
public void setTools(List<ToolForBatchChatCompletionsInput> tools)
public BatchChatCompletionsRequest topLogprobs(Integer topLogprobs)
public Integer getTopLogprobs()
public void setTopLogprobs(Integer topLogprobs)
public BatchChatCompletionsRequest topP(Float topP)
public Float getTopP()
public void setTopP(Float topP)
Copyright © 2025. All rights reserved.