Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 590bfb4

Browse files
authored
fix: update config template adding opus 4.1 (#584)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent b10a515 commit 590bfb4

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

config_template.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,16 @@ apis:
188188
claude-sonnet-4-20250514:
189189
aliases: ["claude-sonnet-4", "sonnet-4"]
190190
max-input-chars: 680000
191+
claude-opus-4-1-20250805:
192+
aliases: ["claude-opus-4.1", "opus-4.1", "opus-4-1", "opus"]
193+
max-input-chars: 680000
191194
claude-3-7-sonnet-latest:
192195
aliases: ["claude3.7-sonnet", "claude-3-7-sonnet", "sonnet-3.7"]
193196
max-input-chars: 680000
194197
claude-3-7-sonnet-20250219:
195198
max-input-chars: 680000
196-
claude-3-5-sonnet-latest:
197-
aliases: ["claude3.5-sonnet", "claude-3-5-sonnet", "sonnet-3.5"]
198-
max-input-chars: 680000
199-
claude-3-5-sonnet-20241022:
200-
max-input-chars: 680000
201-
claude-3-5-sonnet-20240620:
202-
max-input-chars: 680000
203-
claude-3-opus-20240229:
204-
aliases: ["claude3-opus", "opus"]
199+
claude-3-5-haiku-20241022:
200+
aliases: ["claude3.5-haiku", "haiku"]
205201
max-input-chars: 680000
206202
cohere:
207203
base-url: https://api.cohere.com/v1

0 commit comments

Comments
 (0)