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
  • Field Details

    • retryTemplate

      public final org.springframework.core.retry.RetryTemplate retryTemplate
      The retry template used to retry the DeepSeek API calls.
  • Constructor Details

  • Method Details