Skip to main content
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

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

let value: PercentileThroughputCutoffs = {};

Fields

FieldTypeRequiredDescription
p50number:heavy_minus_sign:Minimum p50 throughput (tokens/sec)
p75number:heavy_minus_sign:Minimum p75 throughput (tokens/sec)
p90number:heavy_minus_sign:Minimum p90 throughput (tokens/sec)
p99number:heavy_minus_sign:Minimum p99 throughput (tokens/sec)