Class BedrockCohereChatModel

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

public class BedrockCohereChatModel extends Object implements ChatModel, StreamingChatModel
A ChatModel implementation that uses the Cohere Chat API.
Since:
0.8.0
Author:
Christian Tzolov