GroqCloudEndpoint
Wisej.AI.Endpoints.GroqCloudEndpoint
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
https://console.groq.com/docs/openai
public class GroqCloudEndpoint : 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
)
Last updated