Input - TypeScript SDK

Input type definition

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

Example Usage

1import { Input } from "@openrouter/sdk/models/operations";
2
3let value: Input = {
4 content: [],
5};

Fields

FieldTypeRequiredDescription
contentoperations.Content[]✔️N/A