mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
sync: add llama-3.1-70b-specdec
This commit is contained in:
parent
4015c531f5
commit
e6928cf6c7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user