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