Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The document object containing the original text

Example Usage

import { Document } from "@openrouter/sdk/models/operations";

let value: Document = {
  text: "Paris is the capital of France.",
};

Fields

FieldTypeRequiredDescriptionExample
textstring:heavy_check_mark:The document textParis is the capital of France.