CerebrasEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI
Represents a connection to Cerebras endpoints, inheriting from OpenAIEndpoint.
- C#
- VB.NET
public class CerebrasEndpoint : OpenAIEndpoint
Public Class CerebrasEndpoint
Inherits OpenAIEndpoint
This class is specifically designed to connect to Cerebras AI endpoints, providing default values for the model and URL.
Constructors
CerebrasEndpoint()
Initializes a new instance of the CerebrasEndpoint class with default settings.
The default authentication method is set to "Bearer", the model to "llama3.1-70b", and the URL to "https://api.cerebras.ai/v1".
Properties
Model
String: Gets or sets the model used by the Cerebras endpoint. (Default: "llama-3.3-70b")
URL
String: Gets or sets the URL of the Cerebras endpoint. (Default: "https://api.cerebras.ai/v1")
UseNativeTools
Boolean: (Default: True)