diff --git a/src/backend/src/modules/puterai/GroqAIService.js b/src/backend/src/modules/puterai/GroqAIService.js index 279edaacc..e6956fc38 100644 --- a/src/backend/src/modules/puterai/GroqAIService.js +++ b/src/backend/src/modules/puterai/GroqAIService.js @@ -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",