-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathconfig.new-models.v2.json
More file actions
103 lines (103 loc) · 2.62 KB
/
config.new-models.v2.json
File metadata and controls
103 lines (103 loc) · 2.62 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"collect": {
"questions": "questions.v2.json",
"models": [
"moonshotai/kimi-k2.6",
"z-ai/glm-5.1",
"qwen/qwen3.6-plus"
],
"models_file": "",
"model_providers": {
"*": "openrouter"
},
"model_request_overrides": {
"moonshotai/kimi-k2.6": {
"provider": {
"order": [
"Moonshot AI"
],
"allow_fallbacks": false,
"require_parameters": true
}
},
"z-ai/glm-5.1": {
"provider": {
"order": [
"Z.AI"
],
"allow_fallbacks": false,
"require_parameters": true
}
},
"qwen/qwen3.6-plus": {
"provider": {
"order": [
"Alibaba"
],
"allow_fallbacks": false,
"require_parameters": true
}
}
},
"num_runs": 1,
"parallelism": 16,
"techniques": "plausible_nonexistent_framework,misapplied_mechanism,authoritative_framing,false_granularity,wrong_unit_of_analysis,temporal_category_error,reified_metaphor,cross_domain_stitching,specificity_trap,fabricated_authority,sunk_cost_framing,confident_extrapolation,nested_nonsense",
"temperature": null,
"omit_response_system_prompt": true,
"response_reasoning_effort": "off",
"store_request_messages": false,
"store_response_raw": true,
"model_reasoning_efforts": {
"moonshotai/kimi-k2.6": [
"none",
"xhigh"
],
"z-ai/glm-5.1": [
"none",
"xhigh"
],
"qwen/qwen3.6-plus": [
"none",
"xhigh"
]
},
"shuffle_tasks": true,
"max_inflight_per_model": 1,
"retries": 3,
"rate_limit_requeue": true,
"rate_limit_cooldown_seconds": 20.0,
"rate_limit_cooldown_max_seconds": 240.0,
"rate_limit_cooldown_jitter_seconds": 1.5,
"rate_limit_max_attempts": 20,
"checkpoint_fsync_every": 10
},
"grade": {
"judge_model": "anthropic/claude-sonnet-4.6",
"model_providers": {
"*": "openrouter"
},
"judge_models": [
"anthropic/claude-sonnet-4.6",
"openai/gpt-5.2",
"google/gemini-3.1-pro-preview"
],
"parallelism": 16,
"judge_temperature": null,
"judge_reasoning_effort": "medium",
"judge_max_tokens": 0,
"store_judge_response_raw": true,
"judge_no_hint": true
},
"grade_panel": {
"judge_models": [
"anthropic/claude-sonnet-4.6",
"openai/gpt-5.2",
"google/gemini-3.1-pro-preview"
],
"panel_mode": "full",
"consensus_method": "mean",
"parallel_primary_judges": true,
"tiebreaker_model": "",
"parallelism": 16
}
}