mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-13 17:51:36 +00:00
sync: add llama-3.1-70b-specdec
This commit is contained in:
@@ -130,6 +130,19 @@ class GroqAIService extends BaseService {
|
||||
"output": 79
|
||||
}
|
||||
},
|
||||
{
|
||||
// This was only available on their Discord, not
|
||||
// on the pricing page.
|
||||
"id": "llama-3.1-70b-specdec",
|
||||
"name": "Llama 3.1 8B Instant 128k",
|
||||
"context": 128000,
|
||||
"cost": {
|
||||
"currency": "usd-cents",
|
||||
"tokens": 1000000,
|
||||
"input": 59,
|
||||
"output": 99
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "llama-3.1-8b-instant",
|
||||
"name": "Llama 3.1 8B Instant 128k",
|
||||
|
||||
Reference in New Issue
Block a user