We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df7eb0 commit 2f3cafeCopy full SHA for 2f3cafe
scrapegraphai/helpers/models_tokens.py
@@ -161,13 +161,15 @@
161
"claude-3-sonnet-20240229": 200000,
162
"claude-3-haiku-20240307": 200000,
163
"claude-3-5-sonnet-20240620": 200000,
164
+ "claude-3-5-haiku-latest": 200000,
165
"claude-3-haiku-20240307": 4000,
166
},
167
"bedrock": {
168
"anthropic.claude-3-haiku-20240307-v1:0": 200000,
169
"anthropic.claude-3-sonnet-20240229-v1:0": 200000,
170
"anthropic.claude-3-opus-20240229-v1:0": 200000,
171
"anthropic.claude-3-5-sonnet-20240620-v1:0": 200000,
172
173
"anthropic.claude-v2:1": 200000,
174
"anthropic.claude-v2": 100000,
175
"anthropic.claude-instant-v1": 100000,
0 commit comments