Presidentlin
commited on
Commit
•
79ca27b
1
Parent(s):
770943a
- src/lib/data.ts +6 -6
src/lib/data.ts
CHANGED
@@ -75,13 +75,13 @@ export const mockData: Provider[] = [
|
|
75 |
provider: "Mistral",
|
76 |
uri: "https://docs.mistral.ai/platform/pricing",
|
77 |
models: [
|
78 |
-
{ name: "Mistral Large
|
79 |
-
{ name: "Pixtral Large", inputPrice: 2.0, outputPrice: 6.0 },
|
80 |
-
{ name: "Mistral Large
|
81 |
-
{ name: "Mistral Small
|
82 |
-
{ name: "Mistral Nemo", inputPrice: 0.15, outputPrice: 0.15 },
|
83 |
{ name: "Mistral Codestral", inputPrice: 0.2, outputPrice: 0.6 },
|
84 |
-
{ name: "Mistral Pixtral", inputPrice: 0.15, outputPrice: 0.15 },
|
85 |
{ name: "Mistral Embed", inputPrice: 0.1, outputPrice: 0.1 },
|
86 |
{
|
87 |
name: "Mistral Ministral 3B",
|
|
|
75 |
provider: "Mistral",
|
76 |
uri: "https://docs.mistral.ai/platform/pricing",
|
77 |
models: [
|
78 |
+
{ name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
|
79 |
+
{ name: "Pixtral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
|
80 |
+
{ name: "Mistral Large 2407", inputPrice: 2.0, outputPrice: 6.0 },
|
81 |
+
{ name: "Mistral Small 2409", inputPrice: 0.2, outputPrice: 0.6 },
|
82 |
+
{ name: "Mistral Nemo 2407", inputPrice: 0.15, outputPrice: 0.15 },
|
83 |
{ name: "Mistral Codestral", inputPrice: 0.2, outputPrice: 0.6 },
|
84 |
+
{ name: "Mistral Pixtral 12B 2409", inputPrice: 0.15, outputPrice: 0.15 },
|
85 |
{ name: "Mistral Embed", inputPrice: 0.1, outputPrice: 0.1 },
|
86 |
{
|
87 |
name: "Mistral Ministral 3B",
|