Back to Ensembles
Create
Create Ensemble
Combine multiple Ensemble LLMs into a voting ensemble
Ensemble LLMs
1.
Total Votes1 / 128
Computed ID
Loading WASM validation...
Ensemble Configuration
// Add at least one Ensemble LLM ID to generate configuration
Use this configuration in your code with the ObjectiveAI SDK or API. Ensembles are content-addressed - identical configurations always produce the same ID.
About Ensembles
An Ensemble is a collection of Ensemble LLMs that vote together. Each entry specifies:
- Ensemble LLM ID - The 22-character content-addressed ID of an Ensemble LLM configuration
- Count - How many votes this LLM gets (1-128 total across all LLMs)
Weights are applied at execution time, not stored in the Ensemble definition. This allows the same Ensemble to behave differently with different weight configurations.