> For the complete documentation index, see [llms.txt](https://docs.wisej.com/ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/ai/components/api/smartendpoint/wisej.ai.endpoints.sambanovaendpoint.md).

# SambaNovaEndpoint

Namespace: **Wisej.AI.Endpoints**

Assembly: **Wisej.AI** (3.5.0.0)

* [SmartEndpoint](/ai/components/api/smartendpoint.md)
  * [SmartHttpEndpoint](/ai/components/api/smartendpoint/wisej.ai.endpoints.smarthttpendpoint.md)
    * [OpenAIEndpoint](/ai/components/api/smartendpoint/wisej.ai.endpoints.openaiendpoint.md)
      * [SambaNovaEndpoint](/ai/components/api/smartendpoint/wisej.ai.endpoints.sambanovaendpoint.md)

Represents a connection to SambaNova endpoints, inheriting from OpenAIEndpoint.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SambaNovaEndpoint : OpenAIEndpoint
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SambaNovaEndpoint
    Inherits OpenAIEndpoint
```

{% endtab %}
{% endtabs %}

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

### ![](/files/ptrKjmmRoQB76pvrIqh0) SambaNovaEndpoint()

Initializes a new instance of the [SambaNovaEndpoint](/ai/components/api/smartendpoint/wisej.ai.endpoints.sambanovaendpoint.md) 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

### ![](/files/ptrKjmmRoQB76pvrIqh0) Model

[String](https://docs.microsoft.com/dotnet/api/system.string): Gets or sets the model used by the SambaNova endpoint. (Default: `"Meta-Llama-3.1-8B-Instruct"`)

### ![](/files/ptrKjmmRoQB76pvrIqh0) URL

[String](https://docs.microsoft.com/dotnet/api/system.string): Gets or sets the URL of the SambaNova endpoint. (Default: `"https://fast-api.snova.ai/v1"`)

### ![](/files/ptrKjmmRoQB76pvrIqh0) UseNativeTools

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): (Default: `True`)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/ai/components/api/smartendpoint/wisej.ai.endpoints.sambanovaendpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
