/primitives / kei-model
kei-model
Universal model registry + selector. SSoT TOML catalog of LLM models across 6 providers with pricing, capabilities, role-tags, and fallback chains. Closes the META-gap of hardcoded MODEL constants in kei-cortex/kei-router/kei-spawn.
| tagline | Universal model registry + selector. SSoT TOML catalog of LLM models across 6 pr |
| language | Rust |
# install single binary $ curl -fsSL keiseikit.dev/primitives/kei-model/install.sh | bash
# after install $ kei-model --help
# settings.json snippet "hooks": { "PostToolUse": [ { "match": "Edit|Write", "hooks": ["~/.claude/hooks/kei-model.sh"] } ] }