The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ObservabilityNewrelicDestinationConfig } from "@openrouter/sdk/models";
let value: ObservabilityNewrelicDestinationConfig = {
licenseKey: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
headers | Record<string, *string*> | :heavy_minus_sign: | Custom HTTP headers to include in requests to this destination. |
licenseKey | string | :heavy_check_mark: | N/A |
region | models.Region | :heavy_minus_sign: | N/A |