TypeScript SDKAPI ReferenceModelsAnthropicUrlImageSource - TypeScript SDKCopy pageAnthropicUrlImageSource type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicUrlImageSource } from "@openrouter/sdk/models";23let value: AnthropicUrlImageSource = {4 type: "url",5 url: "https://example.com/image.jpg",6}; Fields FieldTypeRequiredDescriptiontype”url”✔️N/Aurlstring✔️N/A