static ClaudeChatResponseVo |
ClaudeClient.chat(String prompt) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(OpenAiChatRequestVo chatRequestVo) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String model,
List<OpenAiChatMessage> messages) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String model,
OpenAiChatMessage chatMessage) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String apiKey,
OpenAiChatRequestVo chatRequestVo) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String model,
String systemPrompt,
List<OpenAiChatMessage> messages) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String apiPerfixUrl,
String apiKey,
OpenAiChatRequestVo chatRequestVo) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String apiUrl,
String key,
String model,
List<OpenAiChatMessage> messages) |
static ClaudeChatResponseVo |
ClaudeClient.chatCompletions(String apiUrl,
String key,
String model,
OpenAiChatMessage chatMessage) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithImage(String prompt,
byte[] bytes,
String suffix) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithImage(String apiKey,
String prompt,
byte[] bytes,
String suffix) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithImage(String apiKey,
String model,
String prompt,
byte[] bytes,
String suffix) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithModel(String model,
String role,
String prompt) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithModel(String key,
String model,
String role,
String prompt) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithModel(String apiUrl,
String key,
String model,
String role,
String prompt) |
static ClaudeChatResponseVo |
ClaudeClient.chatWithRole(String role,
String prompt) |