The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { UniqueInsight } from "@openrouter/sdk/models";
let value: UniqueInsight = {
insight: "<value>",
model: "Model 3",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
insight | string | :heavy_check_mark: | N/A |
model | string | :heavy_check_mark: | N/A |