Class DeepSeekChatModel

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

public class DeepSeekChatModel extends Object implements ChatModel
ChatModel and StreamingChatModel implementation for DeepSeek backed by DeepSeekApi.
Author:
Geng Rong