NvidiaAIEndpoint
Wisej.AI.Endpoints.NvidiaAIEndpoint
Last updated
Wisej.AI.Endpoints.NvidiaAIEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to NVIDIA AI endpoints, providing access to various AI models and services.
public class NvidiaAIEndpoint : OpenAIEndpointPublic Class NvidiaAIEndpoint
Inherits OpenAIEndpointThis class extends the OpenAIEndpoint to specifically connect to NVIDIA's AI services. It sets default values for the authentication method, model, embedding model, and URL.
Initializes a new instance of the NvidiaAIEndpoint class with default settings.
The default authentication method is set to "Bearer", the model to "meta/llama-3.1-405b-instruct", the embedding model to "nvidia/embed-qa-4", and the URL to "https://integrate.api.nvidia.com/v1".
String: Gets or sets the embedding model used for AI processing. (Default: "nvidia/embed-qa-4")
String: Gets or sets the model used for AI processing. (Default: "meta/llama-3.1-405b-instruct")
String: Gets or sets the URL for the NVIDIA AI endpoint. (Default: "https://integrate.api.nvidia.com/v1")
Boolean: (Default: True)
Last updated
