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