SambaNovaEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI
Represents a connection to SambaNova endpoints, inheriting from OpenAIEndpoint.
- C#
- VB.NET
public class SambaNovaEndpoint : OpenAIEndpoint
Public Class SambaNovaEndpoint
Inherits OpenAIEndpoint
This class is used to configure and manage connections to the SambaNova API, providing properties to set the model and URL for the endpoint.
Constructors
SambaNovaEndpoint()
Initializes a new instance of the SambaNovaEndpoint 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.sambanova.ai/v1".
Properties
Model
String: Gets or sets the model used by the SambaNova endpoint. (Default: "Meta-Llama-3.1-8B-Instruct")
URL
String: Gets or sets the URL of the SambaNova endpoint. (Default: "https://fast-api.snova.ai/v1")
UseNativeTools
Boolean: (Default: True)