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
This commit is contained in:
Jean Ibarz
2024-12-08 02:24:29 +01:00
committed by GitHub
parent 7d1234a8b4
commit 680fe8dee1
+8
View File
@@ -497,6 +497,14 @@
{
"name": "groqChat",
"models": [
{
"label": "llama-3.3-70b-versatile",
"name": "llama-3.3-70b-versatile"
},
{
"label": "llama-3.3-70b-specdec",
"name": "llama-3.3-70b-specdec"
},
{
"label": "llama-3.2-1b-preview",
"name": "llama-3.2-1b-preview"