The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { Input1 } from "@openrouter/sdk/models";
let value: Input1 = {
prompt: "What is the meaning of life?",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
prompt | string | :heavy_check_mark: | N/A | What is the meaning of life? |