Trinity Mini (free) - API, Providers, Stats
Trinity Mini is a 26B-parameter (3B active) sparse mixture-of-experts language model featuring 128 experts with 8 active per token. Engineered for eff...
llmwalk explores the answer-space of prompts using MLX-supported open LLMs by branching completions based on top-k, top-p, and temperature parameters.
It prioritizes likely branches in a tree search until finding the n most probable finished answers, stopping early without full enumeration. Usage involves uvx llmwalk with options like -p for prompt, -m for model, -n for answer count, and --format for JSON/CSV output.