Skip to content

Commit 22952d5

Browse files
committed
refactor
1 parent 86f2c4e commit 22952d5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

scripts/anthropic_sample.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
uv run certify.py \
3+
--model "openrouter/anthropic/claude-sonnet-4.6" \
4+
--name "Claude Sonnet 4.6" \
5+
--provider "Anthropic" \
6+
--region "USA Frontier Models" \
7+
--speciality "Balanced performance and efficiency"
8+
9+
uv run certify.py \
10+
--model "openrouter/anthropic/claude-opus-4.6" \
11+
--name "Claude Opus 4.6" \
12+
--provider "Anthropic" \
13+
--region "USA Frontier Models" \
14+
--speciality "Advanced reasoning and complex task solving"

0 commit comments

Comments
 (0)