Class MiniMaxChatOptions

java.lang.Object
org.springframework.ai.minimax.MiniMaxChatOptions
All Implemented Interfaces:
ChatOptions, FunctionCallingOptions, ModelOptions

public class MiniMaxChatOptions extends Object implements FunctionCallingOptions, ChatOptions
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API. It provides methods to set and retrieve various options like model, frequency penalty, max tokens, etc.
Since:
1.0.0 M1
Author:
Geng Rong, Thomas Vitale
See Also: