Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { GetCreditsResponse } from "@openrouter/sdk/models/operations";
let value: GetCreditsResponse = {
data: {
totalCredits: 100.5,
totalUsage: 25.75,
},
};
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data | operations.GetCreditsData | :heavy_check_mark: | N/A | { “total_credits”: 100.5, “total_usage”: 25.75 } |