jangq commited on
Commit
d3c4785
·
verified ·
1 Parent(s): 615de61

capabilities: stamp reasoning/tool parser + cache_type for vmlx CapabilityDetector Tier-1

Browse files
Files changed (1) hide show
  1. jang_config.json +11 -1
jang_config.json CHANGED
@@ -34,5 +34,15 @@
34
  "total_weight_gb": 0.0
35
  },
36
  "format": "jang",
37
- "format_version": "2.0"
 
 
 
 
 
 
 
 
 
 
38
  }
 
34
  "total_weight_gb": 0.0
35
  },
36
  "format": "jang",
37
+ "format_version": "2.0",
38
+ "capabilities": {
39
+ "reasoning_parser": "qwen3",
40
+ "tool_parser": "minimax",
41
+ "think_in_template": true,
42
+ "supports_tools": true,
43
+ "supports_thinking": true,
44
+ "family": "minimax_m2",
45
+ "modality": "text",
46
+ "cache_type": "kv"
47
+ }
48
  }