File tree Expand file tree Collapse file tree 5 files changed +66
-6
lines changed Expand file tree Collapse file tree 5 files changed +66
-6
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
253
253
}
254
254
] ,
255
255
[ TOGETHER_AI ] : [
256
+ {
257
+ id : 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
258
+ provider : TOGETHER_AI ,
259
+ promptCost : 0.88 ,
260
+ completionCost : 0.88 ,
261
+ } ,
256
262
{
257
263
id : 'meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo' ,
258
264
provider : TOGETHER_AI ,
@@ -427,6 +433,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
427
433
}
428
434
] ,
429
435
[ GROQ ] : [
436
+ {
437
+ id : 'llama-3.3-70b-versatile' ,
438
+ provider : GROQ ,
439
+ promptCost : 0.59 ,
440
+ completionCost : 0.79 ,
441
+ } ,
430
442
{
431
443
id : 'llama-3.1-70b-versatile' ,
432
444
provider : GROQ ,
@@ -527,6 +539,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
527
539
}
528
540
] ,
529
541
[ FIREWORKS_AI ] : [
542
+ {
543
+ id : 'llama-v3p3-70b-instruct' ,
544
+ provider : FIREWORKS_AI ,
545
+ promptCost : 0.88 ,
546
+ completionCost : 0.88 ,
547
+ } ,
530
548
{
531
549
id : 'llama-v3p1-405b-instruct' ,
532
550
provider : FIREWORKS_AI ,
Original file line number Diff line number Diff line change @@ -173,6 +173,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
173
173
}
174
174
] ,
175
175
[ TOGETHER_AI ] : [
176
+ {
177
+ id : 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
178
+ provider : TOGETHER_AI ,
179
+ promptCost : 0.88 ,
180
+ completionCost : 0.88 ,
181
+ } ,
176
182
{
177
183
id : 'meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo' ,
178
184
provider : TOGETHER_AI ,
@@ -347,6 +353,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
347
353
}
348
354
] ,
349
355
[ GROQ ] : [
356
+ {
357
+ id : 'llama-3.3-70b-versatile' ,
358
+ provider : GROQ ,
359
+ promptCost : 0.59 ,
360
+ completionCost : 0.79 ,
361
+ } ,
350
362
{
351
363
id : 'llama-3.1-70b-versatile' ,
352
364
provider : GROQ ,
@@ -447,6 +459,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
447
459
}
448
460
] ,
449
461
[ FIREWORKS_AI ] : [
462
+ {
463
+ id : 'llama-v3p3-70b-instruct' ,
464
+ provider : FIREWORKS_AI ,
465
+ promptCost : 0.88 ,
466
+ completionCost : 0.88 ,
467
+ } ,
450
468
{
451
469
id : 'llama-v3p1-405b-instruct' ,
452
470
provider : FIREWORKS_AI ,
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export type TogetherModels =
29
29
| 'together:mistralai/Mistral-7B-Instruct-v0.2'
30
30
| 'together:mistralai/Mixtral-8x7B-Instruct-v0.1'
31
31
| 'together:mistralai/Mixtral-8x22B-Instruct-v0.1'
32
- | 'together:databricks/dbrx-instruct' ;
32
+ | 'together:databricks/dbrx-instruct'
33
+ | 'together:meta-llama/Llama-3.3-70B-Instruct-Turbo' ;
33
34
34
35
export type AnthropicModels =
35
36
| 'anthropic:claude-3-5-sonnet-latest'
@@ -46,7 +47,8 @@ export type GroqModels =
46
47
| 'groq:llama3-8b-8192'
47
48
| 'groq:mixtral-8x7b-32768'
48
49
| 'groq:gemma2-9b-it'
49
- | 'groq:gemma-7b-it' ;
50
+ | 'groq:gemma-7b-it'
51
+ | 'groq:llama-3.3-70b-versatile' ;
50
52
51
53
export type GoogleModels =
52
54
| 'google:gemini-1.5-pro-latest'
@@ -61,7 +63,8 @@ export type FireworksAIModels =
61
63
| 'fireworks:llama-v3p1-8b-instruct'
62
64
| 'fireworks:llama-v3p1-70b-instruct'
63
65
| 'fireworks:llama-v3-70b-instruct'
64
- | 'fireworks:yi-large' ;
66
+ | 'fireworks:yi-large'
67
+ | 'fireworks:llama-v3p3-70b-instruct' ;
65
68
66
69
export type PerplexityModels =
67
70
| 'perplexity:llama-3.1-sonar-huge-128k-online'
Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
113
113
} ,
114
114
] ,
115
115
[ TOGETHER_AI ] : [
116
+ {
117
+ id : 'meta-llama/Llama-3.3-70B-Instruct-Turbo' ,
118
+ provider : TOGETHER_AI ,
119
+ promptCost : 0.88 ,
120
+ completionCost : 0.88 ,
121
+ } ,
116
122
{
117
123
id : 'meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo' ,
118
124
provider : TOGETHER_AI ,
@@ -243,6 +249,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
243
249
} ,
244
250
] ,
245
251
[ GROQ ] : [
252
+ {
253
+ id : 'llama-3.3-70b-versatile' ,
254
+ provider : GROQ ,
255
+ promptCost : 0.59 ,
256
+ completionCost : 0.79 ,
257
+ } ,
246
258
{
247
259
id : 'llama-3.1-70b-versatile' ,
248
260
provider : GROQ ,
@@ -327,6 +339,12 @@ export const modelsByProvider: ModelsByProviderInclCosts = {
327
339
} ,
328
340
] ,
329
341
[ FIREWORKS_AI ] : [
342
+ {
343
+ id : 'llama-v3p3-70b-instruct' ,
344
+ provider : FIREWORKS_AI ,
345
+ promptCost : 0.88 ,
346
+ completionCost : 0.88 ,
347
+ } ,
330
348
{
331
349
id : 'llama-v3p1-405b-instruct' ,
332
350
provider : FIREWORKS_AI ,
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export type TogetherModels =
29
29
| 'together:mistralai/Mistral-7B-Instruct-v0.2'
30
30
| 'together:mistralai/Mixtral-8x7B-Instruct-v0.1'
31
31
| 'together:mistralai/Mixtral-8x22B-Instruct-v0.1'
32
- | 'together:databricks/dbrx-instruct' ;
32
+ | 'together:databricks/dbrx-instruct'
33
+ | 'together:meta-llama/Llama-3.3-70B-Instruct-Turbo' ;
33
34
34
35
export type AnthropicModels =
35
36
| 'anthropic:claude-3-5-sonnet-latest'
@@ -46,7 +47,8 @@ export type GroqModels =
46
47
| 'groq:llama3-8b-8192'
47
48
| 'groq:mixtral-8x7b-32768'
48
49
| 'groq:gemma2-9b-it'
49
- | 'groq:gemma-7b-it' ;
50
+ | 'groq:gemma-7b-it'
51
+ | 'groq:llama-3.3-70b-versatile' ;
50
52
51
53
export type GoogleModels =
52
54
| 'google:gemini-1.5-pro-latest'
@@ -61,7 +63,8 @@ export type FireworksAIModels =
61
63
| 'fireworks:llama-v3p1-8b-instruct'
62
64
| 'fireworks:llama-v3p1-70b-instruct'
63
65
| 'fireworks:llama-v3-70b-instruct'
64
- | 'fireworks:yi-large' ;
66
+ | 'fireworks:yi-large'
67
+ | 'fireworks:llama-v3p3-70b-instruct' ;
65
68
66
69
export type PerplexityModels =
67
70
| 'perplexity:llama-3.1-sonar-huge-128k-online'
You can’t perform that action at this time.
0 commit comments