Class BedrockAnthropic3ChatModel

java.lang.Object
org.springframework.ai.bedrock.anthropic3.BedrockAnthropic3ChatModel
All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

public class BedrockAnthropic3ChatModel extends Object implements ChatModel, StreamingChatModel
Java ChatModel and StreamingChatModel for the Bedrock Anthropic chat generative.
Since:
1.0.0
Author:
Ben Middleton, Christian Tzolov, Wei Jiang