ObservabilityLangfuseDestinationConfig - TypeScript SDK

ObservabilityLangfuseDestinationConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ObservabilityLangfuseDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilityLangfuseDestinationConfig = {
4 publicKey: "<value>",
5 secretKey: "<value>",
6};

Fields

FieldTypeRequiredDescription
baseUrlstringN/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
publicKeystring✔️N/A
secretKeystring✔️N/A