Contradiction - TypeScript SDK

Contradiction type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { Contradiction } from "@openrouter/sdk/models";
2
3let value: Contradiction = {
4 stances: [
5 {
6 model: "Roadster",
7 stance: "<value>",
8 },
9 ],
10 topic: "<value>",
11};

Fields

FieldTypeRequiredDescription
stancesmodels.Stance[]✔️N/A
topicstring✔️N/A