Builder
Builder for configuring and creating DeepSeekClientStream instances.
Prefer the DeepSeekClientStream top-level function, which creates this builder, applies the configuration block, and calls build for you.
Parameters
The DeepSeek API token for authentication; null skips the Auth plugin setup and is typically only useful when httpClient replaces the underlying client
Functions
Overrides the base URL of the DeepSeek API.
Sets the timeout for chat completion requests.
Sets the timeout for file-in-the-middle completion requests.
Replaces the underlying HTTP client entirely with the provided client.
Applies additional configuration on top of the default HTTP client.
Configures the JSON serialization and deserialization settings.
Replaces the JSON configuration with the provided instance.
Enables and configures HTTP request/response logging.