mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 22:16:41 +00:00
- Update default GLM model from glm-4.7 to glm-5 across configs, presets, help text, and fallbacks - Add glm-5 pricing entry ($1.00/$3.20 per M tokens, OpenRouter verified) - Fix incorrect glm-4.7 pricing: $0.60/$2.20 -> $0.40/$1.50 (OpenRouter verified) - Fix incorrect glm-4.6 pricing: $0.60/$2.20 -> $0.35/$1.50 (OpenRouter verified) - Fix incorrect glm-4.5 pricing: $0.60/$2.20 -> $0.35/$1.55 (OpenRouter verified) - Keep all previous GLM model entries for backward compatibility Closes #532
11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"env": {
|
|
"ANTHROPIC_BASE_URL": "https://ollama.com",
|
|
"ANTHROPIC_AUTH_TOKEN": "YOUR_OLLAMA_CLOUD_API_KEY_HERE",
|
|
"ANTHROPIC_MODEL": "glm-5:cloud",
|
|
"ANTHROPIC_DEFAULT_OPUS_MODEL": "qwen3-coder:480b",
|
|
"ANTHROPIC_DEFAULT_SONNET_MODEL": "glm-5:cloud",
|
|
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "minimax-m2.1:cloud"
|
|
}
|
|
}
|