GLMT Deprecation
ccs glmt is deprecated and no longer a supported public product surface. It
remains available only as a compatibility path for legacy scripts and configs
that still use the old profile name or legacy glmt.settings.json payloads.
Use This Instead
| Need | Supported command | Notes |
|---|---|---|
| Z.AI API profile | ccs glm | Direct Z.AI API profile for standard GLM usage |
| Reasoning-first Kimi API profile | ccs km | Direct Kimi for Coding profile |
| Long-context Kimi via OAuth | ccs kimi | CLIProxy OAuth provider for device-code auth |
Migration
- Replace
ccs glmtinvocations in scripts, snippets, and local aliases withccs glmorccs km. - For new setups, create
glmorkmfrom the dashboard or withccs api create --preset glm|km. - Keep legacy
glmtonly until old automation, bookmarks, and docs links are updated.
Legacy Behavior That Still Exists
ccs glmtnow routes through the normal settings-profile flow after CCS normalizes legacy proxy-only settings to the direct GLM endpoint at runtime.- Existing
glmt.settings.jsonfiles remain readable during migration. - CCS still prints explicit deprecation warnings so old scripts are not silently treated as a supported product surface.
- No new setup or feature guidance is published for GLMT.
When You Might Still Encounter GLMT
- Existing shell scripts or CI jobs still call
ccs glmt - Old settings files still include
glmt.settings.json - Historical links still point to this page
Related
- CLI Commands - Supported commands and legacy note
- CLI Flags - General CLI and CLIProxy diagnostics
- API Profiles - Supported
glmandkmsetup - Kimi Provider -
ccs kimiOAuth andccs kmAPI details
