PercentileThroughputCutoffs - TypeScript SDK

PercentileThroughputCutoffs type definition

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

Percentile-based throughput cutoffs. All specified cutoffs must be met for an endpoint to be preferred.

Example Usage

1import { PercentileThroughputCutoffs } from "@openrouter/sdk/models";
2
3let value: PercentileThroughputCutoffs = {};

Fields

FieldTypeRequiredDescription
p50numberMinimum p50 throughput (tokens/sec)
p75numberMinimum p75 throughput (tokens/sec)
p90numberMinimum p90 throughput (tokens/sec)
p99numberMinimum p99 throughput (tokens/sec)