Commit
·
10ee901
1
Parent(s):
72ffd96
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
@@ -402,6 +402,11 @@ export const mockData: Provider[] = [
|
|
402 |
provider: "Moonshot AI",
|
403 |
uri: "https://platform.moonshot.cn/docs#models-and-pricing", // Replace with actual if different
|
404 |
models: [
|
|
|
|
|
|
|
|
|
|
|
405 |
{
|
406 |
name: "kimi-latest-8k",
|
407 |
inputPrice: 0.2,
|
|
|
402 |
provider: "Moonshot AI",
|
403 |
uri: "https://platform.moonshot.cn/docs#models-and-pricing", // Replace with actual if different
|
404 |
models: [
|
405 |
+
{
|
406 |
+
name: "kimi-k2-0711-preview",
|
407 |
+
inputPrice: 0.15,
|
408 |
+
outputPrice: 2.50,
|
409 |
+
},
|
410 |
{
|
411 |
name: "kimi-latest-8k",
|
412 |
inputPrice: 0.2,
|