DeepSeekEndpoint
Wisej.AI.Endpoints.DeepSeekEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to DeepSeek endpoints, inheriting from OpenAIEndpoint.
public class DeepSeekEndpoint : OpenAIEndpoint
This class is used to configure and manage connections to the DeepSeek API, providing properties to set the model and URL for the endpoint.
Constructors
DeepSeekEndpoint()

Initializes a new instance of the DeepSeekEndpoint class with default settings.
The default authentication method is set to "Bearer", the model is set to "Meta-Llama-3.1-8B-Instruct", and the URL is set to "https://api.deepseek.com".
Properties
Model

String: Gets or sets the model used by the DeepSeek endpoint. (Default: "deepseek-chat"
)
URL

String: Gets or sets the URL of the DeepSeek endpoint. (Default: "https://api.deepseek.com"
)
UseNativeTools

Boolean: (Default: True
)
Last updated