SambaNovaEndpoint
Wisej.AI.Endpoints.SambaNovaEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to SambaNova endpoints, inheriting from OpenAIEndpoint.
public class SambaNovaEndpoint : OpenAIEndpointPublic Class SambaNovaEndpoint
Inherits OpenAIEndpointThis 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)
Last updated
