The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ModelsCountResponse } from "@openrouter/sdk/models";
let value: ModelsCountResponse = {
data: {
count: 150,
},
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data | models.ModelsCountResponseData | :heavy_check_mark: | Model count data | {"count": 150} |