Commit
·
65a9b52
1
Parent(s):
06af19c
- src/lib/data.ts +5 -3
src/lib/data.ts
CHANGED
|
@@ -616,12 +616,12 @@ export const mockData: Provider[] = [
|
|
| 616 |
inputPrice: 0.60,
|
| 617 |
outputPrice: 2.50,
|
| 618 |
},
|
| 619 |
-
|
| 620 |
name: "kimi-k2-thinking-turbo",
|
| 621 |
inputPrice: 1.15,
|
| 622 |
outputPrice: 8.0,
|
| 623 |
},
|
| 624 |
-
|
| 625 |
name: "kimi-k2-0711-preview",
|
| 626 |
inputPrice: 0.60,
|
| 627 |
outputPrice: 2.50,
|
|
@@ -702,7 +702,7 @@ export const mockData: Provider[] = [
|
|
| 702 |
inputPrice: 0.6,
|
| 703 |
outputPrice: 2.2
|
| 704 |
},
|
| 705 |
-
|
| 706 |
name: "GLM-4.5",
|
| 707 |
inputPrice: 0.6,
|
| 708 |
outputPrice: 2.2
|
|
@@ -754,6 +754,7 @@ export const mockData: Provider[] = [
|
|
| 754 |
provider: "Chutes",
|
| 755 |
uri: "https://chutes.ai/app",
|
| 756 |
models: [
|
|
|
|
| 757 |
{ name: "MiniMax-M2", inputPrice: 0.30, outputPrice: 1.20 },
|
| 758 |
{ name: "DeepSeek V3.1", inputPrice: 0.20, outputPrice: 0.80 },
|
| 759 |
{
|
|
@@ -2194,6 +2195,7 @@ export const mockData: Provider[] = [
|
|
| 2194 |
provider: "Novita AI",
|
| 2195 |
uri: "https://novita.ai/model-api/pricing",
|
| 2196 |
models: [
|
|
|
|
| 2197 |
{ name: "MiniMax-M2", inputPrice: 0.30, outputPrice: 1.20 },
|
| 2198 |
{ name: "DeepSeek V3.1", inputPrice: 0.55, outputPrice: 1.66 },
|
| 2199 |
{
|
|
|
|
| 616 |
inputPrice: 0.60,
|
| 617 |
outputPrice: 2.50,
|
| 618 |
},
|
| 619 |
+
{
|
| 620 |
name: "kimi-k2-thinking-turbo",
|
| 621 |
inputPrice: 1.15,
|
| 622 |
outputPrice: 8.0,
|
| 623 |
},
|
| 624 |
+
{
|
| 625 |
name: "kimi-k2-0711-preview",
|
| 626 |
inputPrice: 0.60,
|
| 627 |
outputPrice: 2.50,
|
|
|
|
| 702 |
inputPrice: 0.6,
|
| 703 |
outputPrice: 2.2
|
| 704 |
},
|
| 705 |
+
{
|
| 706 |
name: "GLM-4.5",
|
| 707 |
inputPrice: 0.6,
|
| 708 |
outputPrice: 2.2
|
|
|
|
| 754 |
provider: "Chutes",
|
| 755 |
uri: "https://chutes.ai/app",
|
| 756 |
models: [
|
| 757 |
+
{ name: "kimi-k2-thinking", inputPrice: 0.3, outputPrice: 1.20 },
|
| 758 |
{ name: "MiniMax-M2", inputPrice: 0.30, outputPrice: 1.20 },
|
| 759 |
{ name: "DeepSeek V3.1", inputPrice: 0.20, outputPrice: 0.80 },
|
| 760 |
{
|
|
|
|
| 2195 |
provider: "Novita AI",
|
| 2196 |
uri: "https://novita.ai/model-api/pricing",
|
| 2197 |
models: [
|
| 2198 |
+
{ name: "kimi-k2-thinking", inputPrice: 0.6, outputPrice: 2.50 },
|
| 2199 |
{ name: "MiniMax-M2", inputPrice: 0.30, outputPrice: 1.20 },
|
| 2200 |
{ name: "DeepSeek V3.1", inputPrice: 0.55, outputPrice: 1.66 },
|
| 2201 |
{
|