Participant

Gets a participant by its id.

get/participant/{participantId}

Path parameters

participantIdstring required

The id of the participant to query.

Response

OK

idstring required

The unique identifier of the participant.

namestring required

The name of the participant.

benchmarkIdstring required

The id of the benchmark the participant belongs to.

status'Created' | 'Submittable' | 'Submitted' | 'Disabled' required
familystring nullable

The family the underlying model belongs to (e.g. "Flux", "GPT"), or null if unset.

labstring nullable

The lab that makes the model (e.g. "OpenAI", "Black Forest Labs"), or null if unset.

proprietaryNamestring nullable

The vendor-facing display name of the model, or null if unset.

licenseType'OpenSource' | 'Proprietary' | 'null' nullable

The license classification of the underlying model, or null if not classified yet.

logostring nullable

The logo of the model, or null if unset.

Changes

Changed in 1 of the 6 revisions of this API.31

  • d779de93a5ee31See the full diff
    • the response property licenseType became nullable for the status 200

      response-property-became-nullable

    • added ModelLicenseType to the licenseType response property oneOf list for the response status 200

      response-property-one-of-added

    • the licenseType response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed ModelLicenseType from the licenseType response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog