| Package | Description |
|---|---|
| com.litongjava.chat | |
| com.litongjava.openai |
| Modifier and Type | Method and Description |
|---|---|
ChatProvider |
UniChatRequest.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
static UniChatRequest |
UniChatRequest.platform(String platform,
String modelName,
ChatProvider provider) |
UniChatRequest |
UniChatRequest.setProvider(ChatProvider provider) |
| Constructor and Description |
|---|
UniChatRequest(String domain,
String apiPrefixUrl,
Long groupId,
String groupName,
Long taskId,
String taskName,
boolean useSystemPrompt,
String apiKey,
String platform,
String model,
String systemPrompt,
boolean cacheSystemPrompt,
Boolean stream,
List<UniChatMessage> messages,
Float temperature,
String cachedId,
Integer max_tokens,
Boolean enable_thinking,
UniThinkingConfig thinkingConfig,
String responseFormat,
UniResponseSchema responseSchema,
ChatProvider provider,
List<String> responseModalities,
Boolean enable_search) |
| Modifier and Type | Method and Description |
|---|---|
static ChatProvider |
ChatProvider.cerebras() |
Copyright © 2026. All rights reserved.