@@ -18,7 +18,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
1818 family : "deepseek" ,
1919 aliases : [ "deepseek-v4-pro" , "commandcode/deepseek-v4-pro" ] ,
2020 enabledByDefault : true ,
21- notes : "Stable baseline model. " ,
21+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing " ,
2222 } ,
2323 {
2424 id : "deepseek/deepseek-v4-flash" ,
@@ -27,7 +27,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
2727 family : "deepseek" ,
2828 aliases : [ "deepseek-v4-flash" , "commandcode/deepseek-v4-flash" ] ,
2929 enabledByDefault : true ,
30- notes : "Cheap load-test model; 8-way parallel smoke was healthy, so 4 per key is recommended. " ,
30+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing " ,
3131 } ,
3232 {
3333 id : "MiniMaxAI/MiniMax-M2.7" ,
@@ -36,6 +36,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
3636 family : "minimax" ,
3737 aliases : [ "minimax-m2.7" , "MiniMax-M2.7" ] ,
3838 enabledByDefault : true ,
39+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing" ,
3940 } ,
4041 {
4142 id : "Qwen/Qwen3.6-Plus" ,
@@ -44,6 +45,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
4445 family : "qwen" ,
4546 aliases : [ "qwen3.6-plus" , "Qwen3.6-Plus" ] ,
4647 enabledByDefault : true ,
48+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing" ,
4749 } ,
4850 {
4951 id : "zai-org/GLM-5.1" ,
@@ -52,6 +54,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
5254 family : "glm" ,
5355 aliases : [ "glm-5.1" , "GLM-5.1" ] ,
5456 enabledByDefault : true ,
57+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing" ,
5558 } ,
5659 {
5760 id : "moonshotai/Kimi-K2.6" ,
@@ -60,6 +63,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
6063 family : "kimi" ,
6164 aliases : [ "kimi-k2.6" , "Kimi-K2.6" ] ,
6265 enabledByDefault : true ,
66+ notes : "CommandCode OSS credits · exact model rate from CommandCode billing" ,
6367 } ,
6468 {
6569 id : "openai/gpt-5.5" ,
@@ -68,7 +72,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
6872 family : "gpt" ,
6973 aliases : [ "gpt-5.5" , "GPT-5.5" ] ,
7074 enabledByDefault : false ,
71- notes : "Prepared in the bridge catalog; disabled until explicitly enabled. " ,
75+ notes : "CommandCode: $5/M in · $30/M out " ,
7276 } ,
7377 {
7478 id : "anthropic/claude-opus-4.7" ,
@@ -77,7 +81,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
7781 family : "claude" ,
7882 aliases : [ "claude-opus-4.7" , "opus-4.7" ] ,
7983 enabledByDefault : false ,
80- notes : "Prepared in the bridge catalog; disabled until explicitly enabled. " ,
84+ notes : "CommandCode: $5/M in · $25/M out · cache hit $0.5/M " ,
8185 } ,
8286 {
8387 id : "anthropic/claude-sonnet-4.6" ,
@@ -86,7 +90,7 @@ export const COMMANDCODE_MODEL_DEFINITIONS: CommandCodeModelDefinition[] = [
8690 family : "claude" ,
8791 aliases : [ "claude-sonnet-4.6" , "sonnet-4.6" ] ,
8892 enabledByDefault : false ,
89- notes : "Prepared in the bridge catalog; disabled until explicitly enabled. " ,
93+ notes : "CommandCode: $3/M in · $15/M out · cache hit $0.3/M " ,
9094 } ,
9195] ;
9296
0 commit comments