TypeScript SDKAPI ReferenceModelsInput1 - TypeScript SDKCopy pageInput1 type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { Input1 } from "@openrouter/sdk/models";23let value: Input1 = {4 prompt: "What is the meaning of life?",5}; Fields FieldTypeRequiredDescriptionExamplepromptstring✔️N/AWhat is the meaning of life?