v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Participant
Faucet

Sets the faucet used to auto-generate samples for a participant.

put/participant/{participantId}/faucet

Path parameters

participantIdstring required

The id of the participant whose faucet to set.

Request body

_t'Replicate' required
modelOwnerstring required

The owner of the hosted model (e.g. "stability-ai").

modelNamestring required

The model name (e.g. "sdxl").

modelVersionstring nullable

Optional pinned model version hash.

additionalInputsobject

Extra model inputs keyed by parameter name (e.g. "aspect_ratio"). The system-managed keys (prompt, num_outputs) must not appear here — they are supplied automatically. Values are validated against the model's live input schema when the faucet is set.

Response

No Content