TypeScript SDKAPI ReferenceModelsInput2 - TypeScript SDKCopy pageInput2 type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { Input2 } from "@openrouter/sdk/models";23let value: Input2 = {4 messages: [5 {6 "content": "What is the meaning of life?",7 "role": "user",8 },9 ],10}; Fields FieldTypeRequiredDescriptionExamplemessagesany[]✔️N/A[{"content": "What is the meaning of life?","role": "user"}]