Skip to content

Commit 65902bf

Browse files
chore(general): Add 7 new anthropic model configs
1 parent 2a80a1d commit 65902bf

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

general/anthropic.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,5 +534,40 @@
534534
],
535535
"type": { "primary": "chat", "supported": ["image", "tools"] },
536536
"removeParams": ["temperature", "top_p"]
537+
},
538+
"claude-sonnet-4.5-20241022": {
539+
"type": {
540+
"primary": "chat"
541+
}
542+
},
543+
"claude-haiku-4-20250514": {
544+
"type": {
545+
"primary": "chat"
546+
}
547+
},
548+
"claude-haiku-3.5-20241022": {
549+
"type": {
550+
"primary": "chat"
551+
}
552+
},
553+
"claude-opus-4.6-20250514": {
554+
"type": {
555+
"primary": "chat"
556+
}
557+
},
558+
"claude-opus-4.5-20250514": {
559+
"type": {
560+
"primary": "chat"
561+
}
562+
},
563+
"claude-opus-4.1-20250514": {
564+
"type": {
565+
"primary": "chat"
566+
}
567+
},
568+
"claude-sonnet-4.6-20250514": {
569+
"type": {
570+
"primary": "chat"
571+
}
537572
}
538573
}

0 commit comments

Comments
 (0)