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