NvidiaAIEndpoint
Wisej.AI.Endpoints.NvidiaAIEndpoint
Last updated
Wisej.AI.Endpoints.NvidiaAIEndpoint
Last updated
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.
This class extends the 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 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".
: Gets or sets the embedding model used for AI processing. (Default: "nvidia/embed-qa-4"
)
: Gets or sets the model used for AI processing. (Default: "meta/llama-3.1-405b-instruct"
)
: Gets or sets the URL for the NVIDIA AI endpoint. (Default: "https://integrate.api.nvidia.com/v1"
)
: (Default: True
)