feat(models): add GLM-5.3 pricing and reasoning levels

This commit is contained in:
Thomas Byr
2026-08-22 23:24:49 +02:00
parent 6de4626349
commit 45565a883f
6 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export * from "./overflow.ts"
export * from "./types.ts"
export const DEFAULT_API_BASE = "https://api.commandcode.ai"
export const COMMAND_CODE_CLI_VERSION = "1.15.1"
export const COMMAND_CODE_CLI_VERSION = "1.32.1"
const DEFAULT_GENERATE_MAX_TOKENS = 64_000
const DEFAULT_MAX_RETRIES = 0