|
@@ -60,6 +60,12 @@ var defaultCacheRatio = map[string]float64{
|
|
|
"claude-sonnet-4-5-20250929-thinking": 0.1,
|
|
"claude-sonnet-4-5-20250929-thinking": 0.1,
|
|
|
"claude-opus-4-5-20251101": 0.1,
|
|
"claude-opus-4-5-20251101": 0.1,
|
|
|
"claude-opus-4-5-20251101-thinking": 0.1,
|
|
"claude-opus-4-5-20251101-thinking": 0.1,
|
|
|
|
|
+ "claude-opus-4-6": 0.1,
|
|
|
|
|
+ "claude-opus-4-6-thinking": 0.1,
|
|
|
|
|
+ "claude-opus-4-6-max": 0.1,
|
|
|
|
|
+ "claude-opus-4-6-high": 0.1,
|
|
|
|
|
+ "claude-opus-4-6-medium": 0.1,
|
|
|
|
|
+ "claude-opus-4-6-low": 0.1,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var defaultCreateCacheRatio = map[string]float64{
|
|
var defaultCreateCacheRatio = map[string]float64{
|
|
@@ -82,6 +88,12 @@ var defaultCreateCacheRatio = map[string]float64{
|
|
|
"claude-sonnet-4-5-20250929-thinking": 1.25,
|
|
"claude-sonnet-4-5-20250929-thinking": 1.25,
|
|
|
"claude-opus-4-5-20251101": 1.25,
|
|
"claude-opus-4-5-20251101": 1.25,
|
|
|
"claude-opus-4-5-20251101-thinking": 1.25,
|
|
"claude-opus-4-5-20251101-thinking": 1.25,
|
|
|
|
|
+ "claude-opus-4-6": 1.25,
|
|
|
|
|
+ "claude-opus-4-6-thinking": 1.25,
|
|
|
|
|
+ "claude-opus-4-6-max": 1.25,
|
|
|
|
|
+ "claude-opus-4-6-high": 1.25,
|
|
|
|
|
+ "claude-opus-4-6-medium": 1.25,
|
|
|
|
|
+ "claude-opus-4-6-low": 1.25,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//var defaultCreateCacheRatio = map[string]float64{}
|
|
//var defaultCreateCacheRatio = map[string]float64{}
|