Vai al contenuto

All commands

chimera fuse

Run a prompt through the LLM-Fusion engine (panel -> judge -> synthesizer).

Arguments

  • PROMPTstrrequired

    The prompt to run through the fusion engine.

Options

  • --show-panelboolean

    Show panel answers + judge analysis.

  • --selectiveboolean

    Override selective fusion (default: from settings).

  • --best-ofintdefault: 1

    Cheap fusion: sample ONE model N times and take the consensus (self-consistency), instead of a multi-model panel.

  • --verify-selectboolean

    With --best-of: pick the best sample by a verifier score instead of majority vote (Weaver-lite).

  • --model, -mstr

    Model for --best-of self-consistency.

  • --show-costboolean

    Print the itemized receipt: per-advisor cost at each model's rate.

  • --receiptstr

    Append the run's cost receipt to this JSONL (for cost×quality analysis).