ObservabilityArizeDestinationConfig - TypeScript SDK

ObservabilityArizeDestinationConfig type definition

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

Example Usage

1import { ObservabilityArizeDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilityArizeDestinationConfig = {
4 apiKey: "<value>",
5 modelId: "<id>",
6 spaceKey: "<value>",
7};

Fields

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