Table of Contents

Class GroqCloudModelData

public class GroqCloudModelData : IModelData, IAssetData, IProviderData, IData
Inheritance
object
GroqCloudModelData
Implements
IData

Properties

Active

Whether the model is active.

public bool Active { get; set; }

Property Value

bool

Api

public Api Api { get; }

Property Value

Api

ContextWindow

The context window size of the model.

public int ContextWindow { get; set; }

Property Value

int

Created

The creation timestamp of the model.

public UnixTime Created { get; set; }

Property Value

UnixTime

Id

The ID of the model.

public string Id { get; set; }

Property Value

string

MaxCompletionTokens

Maximum number of tokens for completion.

public int MaxCompletionTokens { get; set; }

Property Value

int

Name

public string Name { get; }

Property Value

string

Object

The object type.

public string Object { get; set; }

Property Value

string

OwnedBy

The owner of the model.

public string OwnedBy { get; set; }

Property Value

string

PublicApps

WTF is this?

public object PublicApps { get; set; }

Property Value

object