Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { GetCreditsData } from "@openrouter/sdk/models/operations";

let value: GetCreditsData = {
  totalCredits: 100.5,
  totalUsage: 25.75,
};

Fields

FieldTypeRequiredDescriptionExample
totalCreditsnumber:heavy_check_mark:Total credits purchased100.5
totalUsagenumber:heavy_check_mark:Total credits used25.75