API Profiles
Configure custom AI providers with your own API keys or local models. Full control over model selection, deployment, and cost optimization.Use
ccs glm for supported Z.AI API profiles and ccs km for
reasoning-first Kimi API profiles. Legacy ccs glmt remains
compatibility-only and is not recommended for new setup.Available Providers
| Provider | Type | Model | Context | Best For |
|---|---|---|---|---|
| Anthropic Direct | API Key | Claude 4.5 | 200K | Official Claude access with direct API key |
| OpenRouter | API Key | 300+ models | Varies | Unified access to multiple providers |
| Novita AI | API Key | deepseek/deepseek-v3.2 | Varies | Anthropic-compatible hosted endpoint with CCS preset |
| llama.cpp | Local | GGUF models | Varies | Private, offline local inference |
| Ollama | Local | Open-source | Varies | Local or cloud-hosted open models |
| Alibaba Coding Plan | API Key | Qwen3 Coder | 1M tokens | Cost-effective coding, Alibaba Cloud |
Z.AI GLM (glm) | API Key | GLM 5 | Standard | Cost-optimized bulk tasks |
Kimi for Coding (km) | API Key | kimi-k2-thinking-turbo | Varies | Moonshot direct API key profile |
| Custom | API Key | Any | Varies | OpenAI-compatible endpoints |
Anthropic Direct API
Available since v7.52.0
Quick Setup
Full Anthropic Direct Guide
Learn about API key setup, available Claude models, and cost tracking
llama.cpp (Local GGUF Inference)
Available since v7.52.0
Quick Setup
Full Llama.cpp Guide
Learn about model selection, performance tuning, and GPU acceleration
OpenRouter (300+ Models)
OpenRouter provides access to 300+ AI models through a unified API. CCS includes first-class OpenRouter support with interactive model picker and tier mapping.Quick Setup
Full OpenRouter Guide
Learn about model selection, tier mapping, and cost optimization
Novita AI
Available since v7.54.0
Quick Setup
Full Novita Guide
Learn about preset setup, manual configuration, and model overrides
Alibaba Coding Plan
Available since v7.51.0
Quick Setup
Full Alibaba Coding Plan Guide
Learn about Qwen3 Coder models, pricing, and Coding Plan key setup
Profile Lifecycle Management
Profile lifecycle features available since v7.52.0
Discover Orphaned Profiles
Find API profile settings files that aren’t registered in config:Copy Profiles
Duplicate an existing profile with a new name:Export Profiles
Export a profile to a portable JSON file (with or without API keys):Import Profiles
Import profiles from exported JSON files:Quick Start
1. Open Dashboard
2. Add API Profile
Navigate to “API Profiles” tab and add your provider:
3. Use Profile
Manual Configuration
GLM Profile
Create~/.ccs/glm.settings.json:
Kimi for Coding Profile
Create~/.ccs/km.settings.json:
Register in Config
Add to~/.ccs/config.json:
Custom OpenAI-Compatible Endpoints
Any OpenAI-compatible API can be configured:Use Cases
Budget Conscious
Use GLM for routine tasks at ~$0.50/1M tokens
Long Documents
Kimi for Coding via
ccs kmCost Optimization
Mix Claude (quality) + GLM (volume)
Enterprise
Custom endpoints with your own API keys
