Request Headers
Authorization token (required).
Request Path
The unique identifier of the vector completion.
Response Body
The list of votes for responses in the request from the Ensemble LLMs within the provided Ensemble.
Items
A vote from an Ensemble LLM within a Vector Completion.
Properties
The unique identifier of the Ensemble LLM which generated this vote.
The index of the Ensemble LLM in the Ensemble.
The flat index of the Ensemble LLM in the expanded Ensemble, accounting for counts.
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
The weight assigned to this vote.
Whether this vote came from a previous Vector Completion which was retried. from_cache will also be true.
Whether this vote came from the global ObjectiveAI votes cache.
Whether this vote was generated via RNG.