Router / policy.json
CompactAI's picture
Upload 11 files
35700de verified
Raw
History Blame Contribute Delete
573 Bytes
{
"tiers": [
{
"name": "local",
"cost": 0.0,
"capability": 0.35,
"tools": false
},
{
"name": "mid",
"cost": 1.0,
"capability": 0.65,
"tools": false
},
{
"name": "frontier",
"cost": 8.0,
"capability": 0.95,
"tools": true
}
],
"failure_penalty": 50.0,
"sharpness": 20.0,
"abstain_margin": 0.05,
"difficulty_weights": [
0.6,
0.3,
0.1
],
"overrides": [],
"freshness_needs_tools": true,
"multilingual_threshold": 0.05,
"prototype_threshold": 0.55
}