org.llm4s.llmconnect.config.DeepSeekConfig
See theDeepSeekConfig companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Constructs a DeepSeekConfig, resolving contextWindow and reserveCompletion from the model name automatically.
Constructs a DeepSeekConfig, resolving contextWindow and reserveCompletion from the model name automatically.
Unknown or legacy model names produce a warning log but still succeed, falling back to a conservative 128K context window.
Value parameters
-
apiKey
-
DeepSeek API key; must be non-empty.
-
baseUrl
-
API base URL; must be non-empty. Defaults to DeepSeekConfig.DEFAULT_BASE_URL when loaded via org.llm4s.config.Llm4sConfig.
-
modelName
-
Model identifier; see DeepSeek API docs for the current allowlist ("deepseek-chat", "deepseek-reasoner").
Attributes