DeepSeekClientSettings

class DeepSeekClientSettings(baseUrl: String = "https://api.deepseek.com", chatCompletionsPath: String = "chat/completions", val modelsPath: String = "models", timeoutConfig: ConnectionTimeoutConfig = ConnectionTimeoutConfig()) : OpenAIBaseSettings(source)

Configuration settings for connecting to the DeepSeek API.

Constructors

Link copied to clipboard
constructor(baseUrl: String = "https://api.deepseek.com", chatCompletionsPath: String = "chat/completions", modelsPath: String = "models", timeoutConfig: ConnectionTimeoutConfig = ConnectionTimeoutConfig())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The path of the DeepSeek Models API. The default is "models".

Link copied to clipboard