Teknium
4976a8b066
feat: /model command — models.dev primary database + --provider flag (#5181)
Full overhaul of the model/provider system.
## What changed
- models.dev (109 providers, 4000+ models) as primary database for provider identity AND model metadata
- --provider flag replaces colon syntax for explicit provider switching
- Full ModelInfo/ProviderInfo dataclasses with context, cost, capabilities, modalities
- HermesOverlay system merges models.dev + Hermes-specific transport/auth/aggregator flags
- User-defined endpoints via config.yaml providers: section
- /model (no args) lists authenticated providers with curated model catalog
- Rich metadata display: context window, max output, cost/M tokens, capabilities
- Config migration: custom_providers list → providers dict (v11→v12)
- AIAgent.switch_model() for in-place model swap preserving conversation
## Files
agent/models_dev.py, hermes_cli/providers.py, hermes_cli/model_switch.py,
hermes_cli/model_normalize.py, cli.py, gateway/run.py, run_agent.py,
hermes_cli/config.py, hermes_cli/commands.py
2026-04-05 01:04:44 -07:00
..
2026-04-03 11:14:55 -07:00
2026-04-05 00:20:53 -07:00
2026-04-02 09:36:24 -07:00
2026-03-30 17:34:43 -07:00
2026-03-30 00:02:02 -07:00
2026-03-30 08:10:23 -07:00
2026-03-30 17:39:08 -07:00
2026-03-11 02:56:19 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-05 01:04:44 -07:00
2026-04-05 01:04:44 -07:00
2026-03-25 15:02:03 -07:00
2026-04-04 10:43:39 -07:00
2026-03-30 08:10:23 -07:00
2026-03-26 01:34:27 -07:00
2026-04-04 10:21:33 -07:00
2026-03-25 15:02:03 -07:00
2026-04-03 14:21:44 -07:00
2026-04-05 00:28:58 -07:00
2026-03-30 08:10:23 -07:00
2026-04-04 12:18:46 -07:00
2026-04-05 01:04:44 -07:00
2026-04-05 01:04:44 -07:00
2026-04-03 18:47:51 -07:00
2026-03-31 09:29:43 +09:00
2026-03-25 19:47:58 -07:00
2026-03-30 17:34:43 -07:00
2026-04-04 16:55:44 -07:00
2026-04-03 13:10:11 -07:00
2026-04-05 01:04:44 -07:00
2026-04-03 18:47:51 -07:00
2026-04-03 22:42:14 -07:00
2026-04-02 14:00:22 -07:00
2026-03-30 08:37:19 -07:00
2026-03-25 15:54:28 -07:00
2026-03-31 09:29:43 +09:00
2026-04-03 09:08:20 -07:00
2026-03-25 19:47:58 -07:00
2026-03-28 23:47:21 -07:00