Spaces:
Running
Running
Update src/lib/data.ts
Browse files- src/lib/data.ts +12 -15
src/lib/data.ts
CHANGED
|
@@ -41,10 +41,9 @@ export const mockData: Provider[] = [
|
|
| 41 |
provider: 'Mistral',
|
| 42 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
| 43 |
models: [
|
| 44 |
-
{ name: '
|
| 45 |
-
{ name: '
|
| 46 |
-
{ name: '
|
| 47 |
-
{ name: 'Mixtral 8x7B', inputPrice: 0.7, outputPrice: 0.7 },
|
| 48 |
],
|
| 49 |
},
|
| 50 |
{
|
|
@@ -55,21 +54,13 @@ export const mockData: Provider[] = [
|
|
| 55 |
{ name: 'deepseek-coder', inputPrice: 0.14, outputPrice: 0.28 },
|
| 56 |
],
|
| 57 |
},
|
| 58 |
-
{
|
| 59 |
-
provider: 'Anyscale',
|
| 60 |
-
uri: 'https://www.anyscale.com/pricing-detail',
|
| 61 |
-
models: [
|
| 62 |
-
{ name: 'Mixtral 8x7B', inputPrice: 0.5, outputPrice: 0.5 },
|
| 63 |
-
{ name: 'Llama 3 70b', inputPrice: 1.0, outputPrice: 1.0 },
|
| 64 |
-
],
|
| 65 |
-
},
|
| 66 |
-
|
| 67 |
{
|
| 68 |
provider: 'Together.AI',
|
| 69 |
uri: 'https://www.together.ai/pricing',
|
| 70 |
models: [
|
| 71 |
{ name: 'Mixtral 8x7B', inputPrice: 0.6, outputPrice: 0.6 },
|
| 72 |
{ name: 'Llama 3 70b', inputPrice: 0.9, outputPrice: 0.9 },
|
|
|
|
| 73 |
],
|
| 74 |
},
|
| 75 |
{
|
|
@@ -78,6 +69,7 @@ export const mockData: Provider[] = [
|
|
| 78 |
models: [
|
| 79 |
{ name: 'Llama 3 70b', inputPrice: 0.65, outputPrice: 2.75 },
|
| 80 |
{ name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
|
|
|
|
| 81 |
],
|
| 82 |
},
|
| 83 |
{
|
|
@@ -85,6 +77,9 @@ export const mockData: Provider[] = [
|
|
| 85 |
uri: 'https://www.ibm.com/products/watsonx-ai/foundation-models',
|
| 86 |
models: [
|
| 87 |
{ name: 'Llama 3 70b', inputPrice: 1.80, outputPrice: 1.80 },
|
|
|
|
|
|
|
|
|
|
| 88 |
],
|
| 89 |
},
|
| 90 |
{
|
|
@@ -101,6 +96,8 @@ export const mockData: Provider[] = [
|
|
| 101 |
models: [
|
| 102 |
{ name: 'Llama 3 70b', inputPrice: 0.90, outputPrice: 0.90 },
|
| 103 |
{ name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
|
|
|
|
|
|
|
| 104 |
],
|
| 105 |
},
|
| 106 |
{
|
|
@@ -137,12 +134,12 @@ export const mockData: Provider[] = [
|
|
| 137 |
},
|
| 138 |
{
|
| 139 |
provider: 'Novita AI',
|
| 140 |
-
uri: 'https://novita.ai/model-api/pricing
|
| 141 |
models: [
|
| 142 |
{ name: 'Llama 3 70b', inputPrice: 0.55, outputPrice: 0.76 },
|
| 143 |
{ name: 'Mixtral 8x7B', inputPrice: 0.27, outputPrice: 0.27 },
|
| 144 |
{ name: 'Mixtral 8x22B', inputPrice: 0.90, outputPrice: 0.90 },
|
| 145 |
-
{ name: '
|
| 146 |
],
|
| 147 |
}
|
| 148 |
]
|
|
|
|
| 41 |
provider: 'Mistral',
|
| 42 |
uri: 'https://docs.mistral.ai/platform/pricing',
|
| 43 |
models: [
|
| 44 |
+
{ name: 'Mistral Large', inputPrice: 3.0, outputPrice: 9.0 },
|
| 45 |
+
{ name: 'Codestral', inputPrice: 1.0, outputPrice: 3.0 },
|
| 46 |
+
{ name: 'Mistral Nemo', inputPrice: 0.3, outputPrice: 0.3 },
|
|
|
|
| 47 |
],
|
| 48 |
},
|
| 49 |
{
|
|
|
|
| 54 |
{ name: 'deepseek-coder', inputPrice: 0.14, outputPrice: 0.28 },
|
| 55 |
],
|
| 56 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
{
|
| 58 |
provider: 'Together.AI',
|
| 59 |
uri: 'https://www.together.ai/pricing',
|
| 60 |
models: [
|
| 61 |
{ name: 'Mixtral 8x7B', inputPrice: 0.6, outputPrice: 0.6 },
|
| 62 |
{ name: 'Llama 3 70b', inputPrice: 0.9, outputPrice: 0.9 },
|
| 63 |
+
{ name: 'Llama 3.1 405b', inputPrice: 5.0, outputPrice: 5.0 },
|
| 64 |
],
|
| 65 |
},
|
| 66 |
{
|
|
|
|
| 69 |
models: [
|
| 70 |
{ name: 'Llama 3 70b', inputPrice: 0.65, outputPrice: 2.75 },
|
| 71 |
{ name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
|
| 72 |
+
{ name: 'Llama 3.1 405b', inputPrice: 9.5, outputPrice: 9.5 },
|
| 73 |
],
|
| 74 |
},
|
| 75 |
{
|
|
|
|
| 77 |
uri: 'https://www.ibm.com/products/watsonx-ai/foundation-models',
|
| 78 |
models: [
|
| 79 |
{ name: 'Llama 3 70b', inputPrice: 1.80, outputPrice: 1.80 },
|
| 80 |
+
{ name: 'Mistral Large', inputPrice: 10.0, outputPrice: 10.0 },
|
| 81 |
+
{ name: 'Llama 3.1 405b', inputPrice: 5.0, outputPrice: 35.0 },
|
| 82 |
+
|
| 83 |
],
|
| 84 |
},
|
| 85 |
{
|
|
|
|
| 96 |
models: [
|
| 97 |
{ name: 'Llama 3 70b', inputPrice: 0.90, outputPrice: 0.90 },
|
| 98 |
{ name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
|
| 99 |
+
{ name: 'Yi-Large', inputPrice: 3.00, outputPrice: 3.00 },
|
| 100 |
+
{ name: 'Llama 3.1 405b', inputPrice: 3.0, outputPrice: 3.0 },
|
| 101 |
],
|
| 102 |
},
|
| 103 |
{
|
|
|
|
| 134 |
},
|
| 135 |
{
|
| 136 |
provider: 'Novita AI',
|
| 137 |
+
uri: 'https://novita.ai/model-api/pricing',
|
| 138 |
models: [
|
| 139 |
{ name: 'Llama 3 70b', inputPrice: 0.55, outputPrice: 0.76 },
|
| 140 |
{ name: 'Mixtral 8x7B', inputPrice: 0.27, outputPrice: 0.27 },
|
| 141 |
{ name: 'Mixtral 8x22B', inputPrice: 0.90, outputPrice: 0.90 },
|
| 142 |
+
{ name: 'Llama 3.1 405b', inputPrice: 3.0, outputPrice: 5.0 },
|
| 143 |
],
|
| 144 |
}
|
| 145 |
]
|