You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12333,6 +12333,11 @@ components:
12333
12333
external_base_url:
12334
12334
type: string
12335
12335
description: "Base URL for external judge models. Must be OpenAI-compatible base URL."
12336
+
num_workers:
12337
+
type: integer
12338
+
minimum: 1
12339
+
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."
12340
+
example: 5
12336
12341
12337
12342
EvaluationModelOrString:
12338
12343
oneOf:
@@ -12384,6 +12389,11 @@ components:
12384
12389
external_base_url:
12385
12390
type: string
12386
12391
description: "Base URL for external models. Must be OpenAI-compatible base URL"
12392
+
num_workers:
12393
+
type: integer
12394
+
minimum: 1
12395
+
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."
0 commit comments