File size: 573 Bytes
35700de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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
}