Skip to content

Commit 680fe8d

Browse files
authored
feat(models): add Llama 3.3 70B models to groqChat (#3651)
* feat(models): add Llama 3.3 70B models to groqChat Add Meta's latest Llama 3.3 70B models to groqChat options: - llama-3.3-70b-versatile: New versatile model for general tasks - llama-3.3-70b-specdec: Specialized model for specific tasks These models offer comparable quality to Llama 3.1 405B at 1/5th the size, with improvements in: - Reasoning and math capabilities - General knowledge tasks - Instruction following - Tool use and JSON outputs - Code generation and feedback * Revert minor version bump
1 parent 7d1234a commit 680fe8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/components/models.json

+8
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,14 @@
497497
{
498498
"name": "groqChat",
499499
"models": [
500+
{
501+
"label": "llama-3.3-70b-versatile",
502+
"name": "llama-3.3-70b-versatile"
503+
},
504+
{
505+
"label": "llama-3.3-70b-specdec",
506+
"name": "llama-3.3-70b-specdec"
507+
},
500508
{
501509
"label": "llama-3.2-1b-preview",
502510
"name": "llama-3.2-1b-preview"

0 commit comments

Comments
 (0)