Input1 - TypeScript SDK

Input1 type definition

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

Example Usage

1import { Input1 } from "@openrouter/sdk/models";
2
3let value: Input1 = {
4 prompt: "What is the meaning of life?",
5};

Fields

FieldTypeRequiredDescriptionExample
promptstring✔️N/AWhat is the meaning of life?