TypeScript SDKAPI ReferenceModelsAnthropicPlainTextSource - TypeScript SDKCopy pageAnthropicPlainTextSource type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicPlainTextSource } from "@openrouter/sdk/models";23let value: AnthropicPlainTextSource = {4 data: "Hello, world!",5 mediaType: "text/plain",6 type: "text",7}; Fields FieldTypeRequiredDescriptiondatastring✔️N/AmediaTypemodels.AnthropicPlainTextSourceMediaType✔️N/Atype”text”✔️N/A