Skip to main content
Real-time streaming often requires limiting how many inference requests a model processes concurrently. Rime’s Arcana model images return an Open Request Cost Aggregation (ORCA) header that reports concurrent request load to your load balancer.
The full set of ORCA headers is returned by Arcana model containers since the 20260115 release.

HTTP ORCA header

The ORCA header in HTTP responses looks like:

Max concurrency

The application_utilization metric is calculated by dividing the number of concurrent inference requests by a preconfigured max concurrency. You can override the max concurrency after parameter tuning by setting the INFERENCE_CONCURRENCY_CAPACITY to the desired max concurrency.
The INFERENCE_CONCURRENCY_CAPACITY variable is only used to calculate the utilization to inform the load balancer. Setting it does not reject or queue overflowing requests.