narcolepticchicken commited on
Commit
f00d25a
·
verified ·
1 Parent(s): b5e6ba8

Upload router_models/tier_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. router_models/tier_config.json +27 -0
router_models/tier_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tier_cost": {
3
+ "1": 0.05,
4
+ "2": 0.15,
5
+ "3": 0.75,
6
+ "4": 1.0,
7
+ "5": 1.5
8
+ },
9
+ "tier_str": {
10
+ "1": 0.35,
11
+ "2": 0.55,
12
+ "3": 0.8,
13
+ "4": 0.93,
14
+ "5": 0.97
15
+ },
16
+ "task_floor": {
17
+ "legal_regulated": 4,
18
+ "long_horizon": 3,
19
+ "research": 3,
20
+ "coding": 3,
21
+ "unknown_ambiguous": 3,
22
+ "quick_answer": 1,
23
+ "document_drafting": 2,
24
+ "tool_heavy": 2,
25
+ "retrieval_heavy": 2
26
+ }
27
+ }