The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { Analysis } from "@openrouter/sdk/models";
let value: Analysis = {
blindSpots: [],
consensus: [
"<value 1>",
],
contradictions: [
{
stances: [
{
model: "Roadster",
stance: "<value>",
},
],
topic: "<value>",
},
],
partialCoverage: [],
uniqueInsights: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
blindSpots | string[] | :heavy_check_mark: | N/A |
consensus | string[] | :heavy_check_mark: | N/A |
contradictions | models.Contradiction[] | :heavy_check_mark: | N/A |
partialCoverage | models.PartialCoverage[] | :heavy_check_mark: | N/A |
uniqueInsights | models.UniqueInsight[] | :heavy_check_mark: | N/A |