File size: 423 Bytes
f00d25a | 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 | {
"tier_cost": {
"1": 0.05,
"2": 0.15,
"3": 0.75,
"4": 1.0,
"5": 1.5
},
"tier_str": {
"1": 0.35,
"2": 0.55,
"3": 0.8,
"4": 0.93,
"5": 0.97
},
"task_floor": {
"legal_regulated": 4,
"long_horizon": 3,
"research": 3,
"coding": 3,
"unknown_ambiguous": 3,
"quick_answer": 1,
"document_drafting": 2,
"tool_heavy": 2,
"retrieval_heavy": 2
}
} |