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