Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ObservabilityArizeDestinationConfig } from "@openrouter/sdk/models";

let value: ObservabilityArizeDestinationConfig = {
  apiKey: "<value>",
  modelId: "<id>",
  spaceKey: "<value>",
};

Fields

FieldTypeRequiredDescription
apiKeystring:heavy_check_mark:N/A
baseUrlstring:heavy_minus_sign:N/A
headersRecord<string, *string*>:heavy_minus_sign:Custom HTTP headers to include in requests to this destination.
modelIdstring:heavy_check_mark:N/A
spaceKeystring:heavy_check_mark:N/A