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
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
totalCredits | number | :heavy_check_mark: | Total credits purchased | 100.5 |
totalUsage | number | :heavy_check_mark: | Total credits used | 25.75 |