Class GroqCloudModelData
Inheritance
object
GroqCloudModelData
Implements
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: .dll
Syntax
public class GroqCloudModelData : IApiModelData
Properties
Active
Whether the model is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Api
Declaration
public Api Api { get; }
Property Value
Type | Description |
---|---|
Api |
ContextWindow
The context window size of the model.
Declaration
public int ContextWindow { get; set; }
Property Value
Type | Description |
---|---|
int |
Created
The creation timestamp of the model.
Declaration
public UnixTime Created { get; set; }
Property Value
Type | Description |
---|---|
UnixTime |
Id
The ID of the model.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxCompletionTokens
Maximum number of tokens for completion.
Declaration
public int MaxCompletionTokens { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Name of this data.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Object
The object type.
Declaration
public string Object { get; set; }
Property Value
Type | Description |
---|---|
string |
OwnedBy
The owner of the model.
Declaration
public string OwnedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicApps
WTF is this?
Declaration
public object PublicApps { get; set; }
Property Value
Type | Description |
---|---|
object |