Class OpenRouterCreditInfo.Data
Inherited Members
Namespace: Glitch9.AIDevKit.OpenRouter
Assembly: Glitch9.AIDevKit.Provider.OpenRouter.dll
Syntax
public class OpenRouterCreditInfo.Data
Properties
| Edit this page View SourceTotalCredits
Declaration
[JsonProperty("total_credits")]
public double TotalCredits { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
UsedCredits
Declaration
[JsonProperty("total_usage")]
public double UsedCredits { get; set; }
Property Value
| Type | Description |
|---|---|
| double |