DeepSeekLLMClient

constructor(apiKey: String, settings: DeepSeekClientSettings = DeepSeekClientSettings(), baseClient: HttpClient = HttpClient(), clock: Clock = Clock.System)(source)

Parameters

apiKey

The API key for the DeepSeek API

settings

The base URL, chat completion path, and timeouts for the DeepSeek API, defaults to "https://api.deepseek.com" and 900s

clock

Clock instance used for tracking response metadata timestamps.