> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ccs.kaitran.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# GLMT Deprecation

> Migration guidance for legacy ccs glmt users

# 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

1. Replace `ccs glmt` invocations in scripts, snippets, and local aliases with
   `ccs glm` or `ccs km`.
2. For new setups, create `glm` or `km` from the dashboard or with
   `ccs api create --preset glm|km`.
3. Keep legacy `glmt` only until old automation, bookmarks, and docs links are updated.

## Legacy Behavior That Still Exists

* `ccs glmt` now routes through the normal settings-profile flow after CCS
  normalizes legacy proxy-only settings to the direct GLM endpoint at runtime.
* Existing `glmt.settings.json` files 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](/reference/cli-commands) - Supported commands and legacy note
* [CLI Flags](/reference/cli-flags) - General CLI and CLIProxy diagnostics
* [API Profiles](/providers/concepts/api-profiles) - Supported `glm` and `km` setup
* [Kimi Provider](/providers/oauth/kimi) - `ccs kimi` OAuth and `ccs km` API details
