We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae04ea2 commit ea501ddCopy full SHA for ea501dd
chatgpt-shell-anthropic.el
@@ -92,6 +92,11 @@ VALIDATE-COMMAND handler."
92
(list
93
;; https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table
94
;; A token is equivalent to _about_ 4 characters.
95
+ (chatgpt-shell-anthropic--make-model :version "claude-3-7-sonnet-20250219"
96
+ :short-version "3-7-sonnet-20250219"
97
+ :token-width 4
98
+ :max-tokens 8192
99
+ :context-window 200000)
100
(chatgpt-shell-anthropic--make-model :version "claude-3-5-sonnet-20241022"
101
:short-version "3-5-sonnet-20241022"
102
:token-width 4
0 commit comments