Skip to content

Commit 39d7443

Browse files
committed
Update anthropic configs to use portkey
1 parent 4fb7e3a commit 39d7443

150 files changed

Lines changed: 1793 additions & 123 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/main/BattleCode__claude-sonnet-4-20250514__claude-sonnet-4-5-20250929__r15__s1000.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,21 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: claude-sonnet-4-5-20250929
1921
config:
2022
agent: !include mini/default.yaml
2123
model:
22-
model_name: anthropic/claude-sonnet-4-5-20250929
24+
model_name: '@anthropic/claude-sonnet-4-5-20250929'
25+
model_class: portkey
2326
model_kwargs:
2427
temperature: 0.0
28+
max_tokens: 4096
2529
prompts:
2630
game_description: |-
2731
You are a software developer ({{player_id}}) competing in a coding game called BattleCode.

configs/main/BattleCode__claude-sonnet-4-20250514__gemini-2.5-pro__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: gemini-2.5-pro
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__glm-4-5__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: glm-4-5
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__gpt-5-mini__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: gpt-5-mini
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__gpt-5__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: gpt-5
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__grok-code-fast-1__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: grok-code-fast-1
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__o3__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: o3
1921
config:

configs/main/BattleCode__claude-sonnet-4-20250514__qwen3-coder-plus-2025-09-23__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: '@anthropic/claude-sonnet-4-20250514'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: qwen3-coder-plus-2025-09-23
1921
config:

configs/main/BattleCode__claude-sonnet-4-5-20250929__gemini-2.5-pro__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-5-20250929
14+
model_name: '@anthropic/claude-sonnet-4-5-20250929'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: gemini-2.5-pro
1921
config:

configs/main/BattleCode__claude-sonnet-4-5-20250929__glm-4-5__r15__s1000.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-5-20250929
14+
model_name: '@anthropic/claude-sonnet-4-5-20250929'
15+
model_class: portkey
1516
model_kwargs:
1617
temperature: 0.0
18+
max_tokens: 4096
1719
- agent: mini
1820
name: glm-4-5
1921
config:

0 commit comments

Comments
 (0)