Artvv commited on
Commit
024d60e
·
verified ·
1 Parent(s): c28c622

Upload configs/modular_openrouter_template_2026-04-29.json with huggingface_hub

Browse files
configs/modular_openrouter_template_2026-04-29.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "track": "efficiency",
3
+ "seeds": [20260429],
4
+ "hand_count": 6,
5
+ "base_seed": 0,
6
+ "initial_button_index": 0,
7
+ "budget_caps": {
8
+ "total_cost_cap": 3.0,
9
+ "per_provider_cap": {
10
+ "openrouter": 3.0
11
+ },
12
+ "per_model_cap": {
13
+ "${OPENROUTER_OPENAI_MODEL_ID}": 2.0,
14
+ "${OPENROUTER_XAI_MODEL_ID}": 2.0
15
+ }
16
+ },
17
+ "lineups": [
18
+ {
19
+ "lineup_id": "openrouter-modular-a",
20
+ "entrants": [
21
+ {
22
+ "seat_name": "OpenRouter OpenAI A",
23
+ "provider": "openrouter",
24
+ "model_id": "${OPENROUTER_OPENAI_MODEL_ID}",
25
+ "display_name": "OpenRouter ${OPENROUTER_OPENAI_MODEL_ID}",
26
+ "litellm_model": "openrouter/${OPENROUTER_OPENAI_MODEL_ID}",
27
+ "temperature": null,
28
+ "max_tokens": 320,
29
+ "timeout": 180.0,
30
+ "notes": "Custom entrant via OpenRouter"
31
+ },
32
+ {
33
+ "seat_name": "OpenRouter xAI",
34
+ "provider": "openrouter",
35
+ "model_id": "${OPENROUTER_XAI_MODEL_ID}",
36
+ "display_name": "OpenRouter ${OPENROUTER_XAI_MODEL_ID}",
37
+ "litellm_model": "openrouter/${OPENROUTER_XAI_MODEL_ID}",
38
+ "temperature": null,
39
+ "max_tokens": 320,
40
+ "timeout": 180.0,
41
+ "notes": "Custom entrant via OpenRouter"
42
+ },
43
+ {
44
+ "seat_name": "OpenRouter OpenAI B",
45
+ "provider": "openrouter",
46
+ "model_id": "${OPENROUTER_OPENAI_MODEL_ID}",
47
+ "display_name": "OpenRouter ${OPENROUTER_OPENAI_MODEL_ID}",
48
+ "litellm_model": "openrouter/${OPENROUTER_OPENAI_MODEL_ID}",
49
+ "temperature": null,
50
+ "max_tokens": 320,
51
+ "timeout": 180.0,
52
+ "notes": "Custom entrant via OpenRouter"
53
+ }
54
+ ]
55
+ }
56
+ ]
57
+ }