Skip to content

Commit d2577e5

Browse files
HenryHengZJ0xi4o
authored andcommitted
Chore/Groq Llama3.2 (#3255)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2
1 parent bd542e5 commit d2577e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: packages/components/models.json

+16
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,22 @@
431431
{
432432
"name": "groqChat",
433433
"models": [
434+
{
435+
"label": "llama-3.2-1b-preview",
436+
"name": "llama-3.2-1b-preview"
437+
},
438+
{
439+
"label": "llama-3.2-3b-preview",
440+
"name": "llama-3.2-3b-preview"
441+
},
442+
{
443+
"label": "llama-3.2-11b-text-preview",
444+
"name": "llama-3.2-11b-text-preview"
445+
},
446+
{
447+
"label": "llama-3.2-90b-text-preview",
448+
"name": "llama-3.2-90b-text-preview"
449+
},
434450
{
435451
"label": "llama-3.1-405b-reasoning",
436452
"name": "llama-3.1-405b-reasoning"

0 commit comments

Comments
 (0)