Skip to main content
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

FieldTypeRequiredDescriptionExample
promptstring:heavy_check_mark:N/AWhat is the meaning of life?