The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { SourceContent } from "@openrouter/sdk/models";
let value: SourceContent = {
content: "<value>",
type: "content",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content | models.AnthropicDocumentBlockParamContent2 | :heavy_check_mark: | N/A |
type | ”content” | :heavy_check_mark: | N/A |