Commit
·
7fccc23
1
Parent(s):
a042305
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
|
@@ -414,6 +414,7 @@ export const mockData: Provider[] = [
|
|
| 414 |
models: [
|
| 415 |
{ name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
|
| 416 |
{ name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
|
|
|
|
| 417 |
{ name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
|
| 418 |
],
|
| 419 |
},
|
|
@@ -658,6 +659,7 @@ export const mockData: Provider[] = [
|
|
| 658 |
provider: "Chutes",
|
| 659 |
uri: "https://chutes.ai/app",
|
| 660 |
models: [
|
|
|
|
| 661 |
{
|
| 662 |
name: "GPT OSS 120B 128k",
|
| 663 |
inputPrice: 0.10,
|
|
@@ -1254,6 +1256,7 @@ export const mockData: Provider[] = [
|
|
| 1254 |
provider: "Fireworks",
|
| 1255 |
uri: "https://fireworks.ai/pricing",
|
| 1256 |
models: [
|
|
|
|
| 1257 |
{
|
| 1258 |
name: "GPT OSS 20B 128k",
|
| 1259 |
inputPrice: 0.05,
|
|
@@ -1591,6 +1594,7 @@ export const mockData: Provider[] = [
|
|
| 1591 |
provider: "DeepInfra",
|
| 1592 |
uri: "https://deepinfra.com/models/text-generation/",
|
| 1593 |
models: [
|
|
|
|
| 1594 |
{
|
| 1595 |
name: "GPT OSS 20B 128k",
|
| 1596 |
inputPrice: 0.04,
|
|
@@ -2093,6 +2097,7 @@ export const mockData: Provider[] = [
|
|
| 2093 |
provider: "Novita AI",
|
| 2094 |
uri: "https://novita.ai/model-api/pricing",
|
| 2095 |
models: [
|
|
|
|
| 2096 |
{
|
| 2097 |
name: "GPT OSS 20B 128k",
|
| 2098 |
inputPrice: 0.05,
|
|
|
|
| 414 |
models: [
|
| 415 |
{ name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
|
| 416 |
{ name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
|
| 417 |
+
{ name: "DeepSeek V3.1", inputPrice: 0.56, outputPrice: 1.68 },
|
| 418 |
{ name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
|
| 419 |
],
|
| 420 |
},
|
|
|
|
| 659 |
provider: "Chutes",
|
| 660 |
uri: "https://chutes.ai/app",
|
| 661 |
models: [
|
| 662 |
+
{ name: "DeepSeek V3.1", inputPrice: 0.20, outputPrice: 0.80 },
|
| 663 |
{
|
| 664 |
name: "GPT OSS 120B 128k",
|
| 665 |
inputPrice: 0.10,
|
|
|
|
| 1256 |
provider: "Fireworks",
|
| 1257 |
uri: "https://fireworks.ai/pricing",
|
| 1258 |
models: [
|
| 1259 |
+
{ name: "DeepSeek V3.1", inputPrice: 1.2, outputPrice: 1.2 },
|
| 1260 |
{
|
| 1261 |
name: "GPT OSS 20B 128k",
|
| 1262 |
inputPrice: 0.05,
|
|
|
|
| 1594 |
provider: "DeepInfra",
|
| 1595 |
uri: "https://deepinfra.com/models/text-generation/",
|
| 1596 |
models: [
|
| 1597 |
+
{ name: "DeepSeek V3.1", inputPrice: 0.32, outputPrice: 1.15 },
|
| 1598 |
{
|
| 1599 |
name: "GPT OSS 20B 128k",
|
| 1600 |
inputPrice: 0.04,
|
|
|
|
| 2097 |
provider: "Novita AI",
|
| 2098 |
uri: "https://novita.ai/model-api/pricing",
|
| 2099 |
models: [
|
| 2100 |
+
{ name: "DeepSeek V3.1", inputPrice: 0.55, outputPrice: 1.66 },
|
| 2101 |
{
|
| 2102 |
name: "GPT OSS 20B 128k",
|
| 2103 |
inputPrice: 0.05,
|