Class TopProvider
Inheritance
object
TopProvider
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: .dll
Syntax
public class TopProvider
Properties
ContextLength
Declaration
public double? ContextLength { get; set; }
Property Value
Type | Description |
---|---|
double? |
IsModerated
Required. Whether the model output is moderated.
Declaration
public bool IsModerated { get; set; }
Property Value
Type | Description |
---|---|
bool |
MaxCompletionTokens
Declaration
public double? MaxCompletionTokens { get; set; }
Property Value
Type | Description |
---|---|
double? |