Expand description
Convenience enum for the models the Meta provider exposes.
Variants are keyed by human-friendly names; MuseModel::cli_arg
returns the exact string to pass to muse exec --model (and therefore
to MuseExecBuilder::model, which accepts the enum via Into<String>).
The table mirrors Muse Code’s on-disk model catalog
(~/.local/share/muse/model-catalog/, provider_catalog source) as of
Muse Code 1.0.2. Unknown or future model ids round-trip through
MuseModel::Custom. Context/output limits from the same catalog are
exposed via MuseModel::context_limit / MuseModel::output_limit.
Enums§
- Muse
Model - A model id accepted by
muse exec --model(Meta provider).