Class OpenRouterCreditInfo
Inheritance
OpenRouterCreditInfo
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public sealed class OpenRouterCreditInfo : ICreditInfo
Properties
|
Edit this page
View Source
CreditData
Declaration
[JsonProperty("data")]
public OpenRouterCreditInfo.Data CreditData { get; set; }
Property Value
|
Edit this page
View Source
TotalCredits
Total credits purchased by the user
Declaration
public double TotalCredits { get; }
Property Value
|
Edit this page
View Source
UsedCredits
Total credits used by the user
Declaration
public double UsedCredits { get; }
Property Value
Implements
Extension Methods