GroqCloudEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI
https://console.groq.com/docs/openai
- C#
- VB.NET
public class GroqCloudEndpoint : OpenAIEndpoint
Public Class GroqCloudEndpoint
Inherits OpenAIEndpoint
Constructors
GroqCloudEndpoint()
Initializes a new instance of the GroqCloudEndpoint class with default settings.
The default authentication method is set to "Bearer", and the default model is "llama-3.2-90b-vision-preview". The URL is set to "https://api.groq.com/openai/v1".
Properties
Model
String: Gets or sets the model used for the GroqCloud endpoint. (Default: "llama-3.2-90b-vision-preview")
URL
String: Gets or sets the URL for the GroqCloud API endpoint. (Default: "https://api.groq.com/openai/v1")
UseNativeTools
Boolean: (Default: True)