Skip to content

Commit f8dd2e2

Browse files
authored
Merge pull request #815 from ScrapeGraphAI/813-model-not-found-when-using-anthropic
fix: add new model istance
2 parents 30b0156 + 2f3cafe commit f8dd2e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,15 @@
161161
"claude-3-sonnet-20240229": 200000,
162162
"claude-3-haiku-20240307": 200000,
163163
"claude-3-5-sonnet-20240620": 200000,
164+
"claude-3-5-haiku-latest": 200000,
164165
"claude-3-haiku-20240307": 4000,
165166
},
166167
"bedrock": {
167168
"anthropic.claude-3-haiku-20240307-v1:0": 200000,
168169
"anthropic.claude-3-sonnet-20240229-v1:0": 200000,
169170
"anthropic.claude-3-opus-20240229-v1:0": 200000,
170171
"anthropic.claude-3-5-sonnet-20240620-v1:0": 200000,
172+
"claude-3-5-haiku-latest": 200000,
171173
"anthropic.claude-v2:1": 200000,
172174
"anthropic.claude-v2": 100000,
173175
"anthropic.claude-instant-v1": 100000,

0 commit comments

Comments
 (0)