Skip to content

Commit 3b5ee76

Browse files
committed
feat: add info to the dictionary for toghtherai
1 parent 1ffdd3f commit 3b5ee76

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,21 @@
131131
"gemma-7b-it": 8192,
132132
"claude-3-haiku-20240307'": 8192,
133133
},
134-
"togheterai": {
134+
"toghetherai": {
135135
"meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo": 128000,
136-
"meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo": 128000
136+
"meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo": 128000,
137+
"mistralai/Mixtral-8x22B-Instruct-v0.1": 128000,
138+
"stabilityai/stable-diffusion-xl-base-1.0": 2048,
139+
"meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo": 128000,
140+
"NousResearch/Hermes-3-Llama-3.1-405B-Turbo": 128000,
141+
"Gryphe/MythoMax-L2-13b-Lite": 8192,
142+
"Salesforce/Llama-Rank-V1": 8192,
143+
"meta-llama/Meta-Llama-Guard-3-8B": 128000,
144+
"meta-llama/Meta-Llama-3-70B-Instruct-Turbo": 128000,
145+
"meta-llama/Llama-3-8b-chat-hf": 8192,
146+
"meta-llama/Llama-3-70b-chat-hf": 8192,
147+
"Qwen/Qwen2-72B-Instruct": 128000,
148+
"google/gemma-2-27b-it": 8192
137149
},
138150
"anthropic": {
139151
"claude_instant": 100000,

0 commit comments

Comments
 (0)