v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Benchmark
SampleGeneration

Starts an asynchronous sample generation run.

post/benchmark/{benchmarkId}/sample-generation

Path parameters

benchmarkIdstring required

The benchmark whose participants should run their faucets.

Request body

samplesPerPromptinteger required

How many samples to request per matching prompt (1 to 16).

participantIdsstring[] nullable

Restrict generation to specific participants. Defaults to all participants in the benchmark that have a configured faucet.

promptIdentifiersstring[] nullable

Restrict generation to specific prompt identifiers. Defaults to every prompt in the benchmark.

tagsstring[] nullable

Restrict generation to prompts having at least one of these tags.

Response

OK

idstring required

The id of the created sample generation request.

totalCountinteger required

The total number of generation items that were queued.

skippedParticipantIdsstring[] required

Participants that matched the selection but were skipped because they have no faucet configured. Empty when explicit participant ids were supplied.