Class TopProvider
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public sealed class TopProvider
Properties
|
Edit this page
View Source
ContextLength
Declaration
[JsonProperty("context_length")]
public double? ContextLength { get; set; }
Property Value
|
Edit this page
View Source
IsModerated
Required. Whether the model output is moderated.
Declaration
[JsonProperty("is_moderated")]
public bool IsModerated { get; set; }
Property Value
|
Edit this page
View Source
MaxCompletionTokens
Declaration
[JsonProperty("max_completion_tokens")]
public double? MaxCompletionTokens { get; set; }
Property Value
Extension Methods