Commit
·
582e806
1
Parent(s):
50f1330
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -96,7 +96,7 @@ export const mockData: Provider[] = [
|
|
96 |
{ name: 'Meta Llama 3.1 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
|
97 |
{ name: 'Meta Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
|
98 |
{ name: 'Meta Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
|
99 |
-
{ name: 'Meta Llama 3.1 405B Instruct
|
100 |
{ name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
|
101 |
{ name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
|
102 |
{ name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
|
|
|
96 |
{ name: 'Meta Llama 3.1 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
|
97 |
{ name: 'Meta Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
|
98 |
{ name: 'Meta Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
|
99 |
+
{ name: 'Meta Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
|
100 |
{ name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
|
101 |
{ name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
|
102 |
{ name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
|