Docs

Request Headers

authorizationstring*required

Authorization token (required).

Request Path

idstring*required

The unique identifier of the vector completion.

Response Body

dataarrayoptional

The list of votes for responses in the request from the Ensemble LLMs within the provided Ensemble.

Items
object

A vote from an Ensemble LLM within a Vector Completion.

Properties
modelstring*required

The unique identifier of the Ensemble LLM which generated this vote.

ensemble_indexnumbermin: 0max: 4294967295*required

The index of the Ensemble LLM in the Ensemble.

flat_ensemble_indexnumbermin: 0max: 4294967295*required

The flat index of the Ensemble LLM in the expanded Ensemble, accounting for counts.

votearray*required

The vote generated by this Ensemble LLM. It is of the same length of the number of responses provided in the request. If the Ensemble LLM used logprobs, may be a probability distribution; otherwise, one of the responses will have a value of 1 and the rest 0.

Items
number
weightnumber*required

The weight assigned to this vote.

retrybooleanoptional

Whether this vote came from a previous Vector Completion which was retried. from_cache will also be true.

from_cachebooleanoptional

Whether this vote came from the global ObjectiveAI votes cache.

from_rngbooleanoptional

Whether this vote was generated via RNG.

Objective Artificial Intelligence, Inc.