export const COMMAND_CODE_CLI_VERSION = "1.53.1" export type CommandCodeInputType = "text" | "image" export type CommandCodeReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh" | "max" /** * Generated from command-code@1.53.1 by `npm run sync:commandcode-catalog`. * Do not edit manually. */ export const MODEL_INPUT_MODALITIES: Readonly> = { "claude-fable-5": ["text", "image"], "claude-fable-5-1": ["text", "image"], "claude-haiku-4-5-20251001": ["text", "image"], "claude-opus-4-7": ["text", "image"], "claude-opus-4-8": ["text", "image"], "claude-opus-5": ["text", "image"], "claude-sonnet-4-6": ["text", "image"], "claude-sonnet-5": ["text", "image"], "deepseek/deepseek-v4-flash-vision-exp": ["text", "image"], "deepseek/deepseek-v4.1-flash": ["text", "image"], "google/gemini-3.1-flash-lite": ["text", "image"], "google/gemini-3.5-flash": ["text", "image"], "google/gemini-3.5-flash-lite": ["text", "image"], "google/gemini-3.6-flash": ["text", "image"], "google/gemini-3.7-flash": ["text", "image"], "google/gemini-3.8-flash": ["text", "image"], "gpt-5.3-codex": ["text", "image"], "gpt-5.4": ["text", "image"], "gpt-5.4-mini": ["text", "image"], "gpt-5.5": ["text", "image"], "gpt-5.6-luna": ["text", "image"], "gpt-5.6-sol": ["text", "image"], "gpt-5.6-terra": ["text", "image"], "gpt-6-astra": ["text", "image"], "meta/muse-spark-1.1": ["text", "image"], "meta/muse-spark-1.2": ["text", "image"], "meta/muse-spark-1.2-contributor": ["text", "image"], "meta/muse-spark-1.3": ["text", "image"], "meta/muse-spark-1.3-contributor": ["text", "image"], "MiniMaxAI/MiniMax-M3": ["text", "image"], "moonshotai/Kimi-K2.5": ["text", "image"], "moonshotai/Kimi-K2.6": ["text", "image"], "moonshotai/Kimi-K2.7-Code": ["text", "image"], "moonshotai/Kimi-K2.7-Code-Highspeed": ["text", "image"], "moonshotai/Kimi-K3": ["text", "image"], "Qwen/Qwen3.6-Plus": ["text", "image"], "Qwen/Qwen3.7-Flash": ["text", "image"], "Qwen/Qwen3.7-Plus": ["text", "image"], "Qwen/Qwen3.8-27B": ["text", "image"], "Qwen/Qwen3.8-Flash": ["text", "image"], "Qwen/Qwen3.8-Max": ["text", "image"], "Qwen/Qwen3.8-Max-0902": ["text", "image"], "sakana/fugu-ultra": ["text", "image"], "stepfun/Step-3.7-Flash": ["text", "image"], "thinkingmachines/inkling": ["text", "image"], "thinkingmachines/inkling-small": ["text", "image"], "xai/grok-4.5": ["text", "image"], "xai/grok-4.6": ["text", "image"], "xiaomi/mimo-v2.5": ["text", "image"], "z-ai/glm-5.3-flash": ["text", "image"], } export const MODEL_REASONING: Readonly> = { "claude-fable-5": true, "claude-fable-5-1": true, "claude-opus-4-7": true, "claude-opus-4-8": true, "claude-opus-5": true, "claude-sonnet-4-6": true, "claude-sonnet-5": true, "deepseek/deepseek-v4-flash": true, "deepseek/deepseek-v4-flash-fast": true, "deepseek/deepseek-v4-flash-vision-exp": true, "deepseek/deepseek-v4-pro": true, "deepseek/deepseek-v4.1-flash": true, "google/gemini-3.1-flash-lite": true, "google/gemini-3.5-flash": true, "google/gemini-3.5-flash-lite": true, "google/gemini-3.6-flash": true, "google/gemini-3.7-flash": true, "google/gemini-3.8-flash": true, "gpt-5.3-codex": true, "gpt-5.4": true, "gpt-5.4-mini": true, "gpt-5.5": true, "gpt-5.6-luna": true, "gpt-5.6-sol": true, "gpt-5.6-terra": true, "gpt-6-astra": true, "inclusionai/ling-3.0-flash-sante:free": true, "meituan/LongCat-2.0:free": true, "meta/muse-spark-1.1": true, "meta/muse-spark-1.2": true, "meta/muse-spark-1.2-contributor": true, "meta/muse-spark-1.3": true, "meta/muse-spark-1.3-contributor": true, "MiniMaxAI/MiniMax-M3": true, "moonshotai/Kimi-K2.7-Code": true, "moonshotai/Kimi-K2.7-Code-Highspeed": true, "moonshotai/Kimi-K3": true, "nvidia/nemotron-3-ultra-550b-a55b": true, "poolside/laguna-s-2.1-free": true, "Qwen/Qwen3.6-Max-Preview": true, "Qwen/Qwen3.6-Plus": true, "Qwen/Qwen3.7-Flash": true, "Qwen/Qwen3.7-Max": true, "Qwen/Qwen3.7-Plus": true, "Qwen/Qwen3.8-27B": true, "Qwen/Qwen3.8-Flash": true, "Qwen/Qwen3.8-Max": true, "Qwen/Qwen3.8-Max-0902": true, "sakana/fugu-ultra": true, "stepfun/Step-3.5-Flash": true, "stepfun/Step-3.7-Flash": true, "tencent/hy3-paid": true, "tencent/hy4-preview": true, "thinkingmachines/inkling": true, "thinkingmachines/inkling-small": true, "xai/grok-4.5": true, "xai/grok-4.6": true, "z-ai/glm-5.3-flash": true, "zai-org/GLM-5.2": true, "zai-org/GLM-5.3": true, } export const MODEL_EFFORTS: Readonly> = { "claude-fable-5": ["low", "medium", "high", "xhigh", "max"], "claude-fable-5-1": ["low", "medium", "high", "xhigh", "max"], "claude-opus-4-7": ["low", "medium", "high", "xhigh", "max"], "claude-opus-4-8": ["low", "medium", "high", "xhigh", "max"], "claude-opus-5": ["low", "medium", "high", "xhigh", "max"], "claude-sonnet-4-6": ["low", "medium", "high", "xhigh", "max"], "claude-sonnet-5": ["low", "medium", "high", "xhigh", "max"], "deepseek/deepseek-v4-flash": ["high", "max"], "deepseek/deepseek-v4-flash-fast": ["low", "high", "max"], "deepseek/deepseek-v4-flash-vision-exp": ["high", "max"], "deepseek/deepseek-v4-pro": ["high", "max"], "deepseek/deepseek-v4.1-flash": ["low", "high", "max"], "google/gemini-3.1-flash-lite": ["low", "medium", "high"], "google/gemini-3.5-flash": ["low", "medium", "high"], "google/gemini-3.5-flash-lite": ["low", "medium", "high"], "google/gemini-3.6-flash": ["low", "medium", "high"], "google/gemini-3.7-flash": ["low", "medium", "high"], "google/gemini-3.8-flash": ["low", "medium", "high"], "gpt-5.3-codex": ["low", "medium", "high", "xhigh"], "gpt-5.4": ["low", "medium", "high", "xhigh"], "gpt-5.4-mini": ["low", "medium", "high"], "gpt-5.5": ["low", "medium", "high", "xhigh"], "gpt-5.6-luna": ["low", "medium", "high", "xhigh", "max"], "gpt-5.6-sol": ["low", "medium", "high", "xhigh", "max"], "gpt-5.6-terra": ["low", "medium", "high", "xhigh", "max"], "gpt-6-astra": ["low", "medium", "high", "xhigh", "max"], "meta/muse-spark-1.1": ["low", "medium", "high", "xhigh"], "meta/muse-spark-1.2": ["low", "medium", "high", "xhigh"], "meta/muse-spark-1.2-contributor": ["low", "medium", "high", "xhigh"], "meta/muse-spark-1.3": ["low", "medium", "high", "xhigh", "max"], "meta/muse-spark-1.3-contributor": ["low", "medium", "high", "xhigh"], "MiniMaxAI/MiniMax-M3": ["low", "medium", "high"], "moonshotai/Kimi-K3": ["low", "high", "max"], "Qwen/Qwen3.8-27B": ["low", "medium", "xhigh"], "Qwen/Qwen3.8-Flash": ["low", "medium", "xhigh"], "Qwen/Qwen3.8-Max": ["low", "medium", "xhigh"], "Qwen/Qwen3.8-Max-0902": ["low", "medium", "xhigh"], "sakana/fugu-ultra": ["high", "xhigh"], "tencent/hy4-preview": ["low", "medium", "high"], "xai/grok-4.5": ["low", "medium", "high"], "xai/grok-4.6": ["low", "medium", "high", "xhigh"], "z-ai/glm-5.3-flash": ["low", "high", "max"], "zai-org/GLM-5.2": ["high", "max"], "zai-org/GLM-5.3": ["low", "high", "max"], } export const MODEL_MAX_OUTPUT_TOKENS: Readonly> = { "inclusionai/ling-3.0-flash-sante:free": 32_768, "poolside/laguna-s-2.1-free": 32_768, "Qwen/Qwen3.8-27B": 32_768, "z-ai/glm-5.3-flash": 131_072, }