diff --git a/hermes_cli/models.py b/hermes_cli/models.py index becfd96e418d..9f92d16fe3cb 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -2370,7 +2370,7 @@ def provider_model_ids(provider: Optional[str], *, force_refresh: bool = False) if api_key: live = _p.fetch_models(api_key=api_key) if live: - if normalized in {"kimi-coding", "kimi-coding-cn"}: + if normalized in {"kimi-coding", "kimi-coding-cn", "zai"}: curated = list(_PROVIDER_MODELS.get(normalized, [])) merged = list(curated) merged_lower = {m.lower() for m in curated}