From 9d593b76181dd4a0e91e3e4e2a7bb8e858401d0c Mon Sep 17 00:00:00 2001 From: jli Date: Thu, 9 Apr 2026 14:11:36 -0700 Subject: [PATCH 1/2] update --- openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7c3f666..ed8b1b2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12333,6 +12333,11 @@ components: external_base_url: type: string description: "Base URL for external judge models. Must be OpenAI-compatible base URL." + num_workers: + type: integer + minimum: 1 + description: "Number of concurrent workers for inference requests. Overrides the default concurrency for this model. Useful for tuning throughput when using proxy endpoints (e.g. OpenRouter) or rate-limited external APIs." + example: 9 EvaluationModelOrString: oneOf: @@ -12384,6 +12389,11 @@ components: external_base_url: type: string description: "Base URL for external models. Must be OpenAI-compatible base URL" + num_workers: + type: integer + minimum: 1 + description: "Number of concurrent workers for inference requests. Overrides the default concurrency for this model. Useful for tuning throughput when using proxy endpoints (e.g. OpenRouter) or rate-limited external APIs." + example: 7 EvaluationResponse: type: object From dc31b954cd4d4184a29078b8f6c27c1422e96cc9 Mon Sep 17 00:00:00 2001 From: jli Date: Fri, 10 Apr 2026 10:15:24 -0700 Subject: [PATCH 2/2] update --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index ed8b1b2..05b7d40 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -12337,7 +12337,7 @@ components: type: integer minimum: 1 description: "Number of concurrent workers for inference requests. Overrides the default concurrency for this model. Useful for tuning throughput when using proxy endpoints (e.g. OpenRouter) or rate-limited external APIs." - example: 9 + example: 5 EvaluationModelOrString: oneOf: @@ -12393,7 +12393,7 @@ components: type: integer minimum: 1 description: "Number of concurrent workers for inference requests. Overrides the default concurrency for this model. Useful for tuning throughput when using proxy endpoints (e.g. OpenRouter) or rate-limited external APIs." - example: 7 + example: 5 EvaluationResponse: type: object