Commit
·
f954e9f
1
Parent(s):
5cdcd81
- src/lib/data.ts +4 -1
src/lib/data.ts
CHANGED
@@ -10,7 +10,7 @@ export const mockData: Provider[] = [
|
|
10 |
inputPrice: 2.0,
|
11 |
outputPrice: 8.0,
|
12 |
},
|
13 |
-
|
14 |
name: "o3-pro",
|
15 |
inputPrice: 20.0,
|
16 |
outputPrice: 80.0,
|
@@ -1253,6 +1253,9 @@ export const mockData: Provider[] = [
|
|
1253 |
provider: "DeepInfra",
|
1254 |
uri: "https://deepinfra.com/models/text-generation/",
|
1255 |
models: [
|
|
|
|
|
|
|
1256 |
{
|
1257 |
name: "DeepSeek R1 0528",
|
1258 |
inputPrice: 0.5,
|
|
|
10 |
inputPrice: 2.0,
|
11 |
outputPrice: 8.0,
|
12 |
},
|
13 |
+
{
|
14 |
name: "o3-pro",
|
15 |
inputPrice: 20.0,
|
16 |
outputPrice: 80.0,
|
|
|
1253 |
provider: "DeepInfra",
|
1254 |
uri: "https://deepinfra.com/models/text-generation/",
|
1255 |
models: [
|
1256 |
+
{ name: "Claude Sonnet 3.7", inputPrice: 3.30, outputPrice: 16.50 },
|
1257 |
+
{ name: "Claude Sonnet 4", inputPrice: 3.30, outputPrice: 16.50 },
|
1258 |
+
{ name: "Claude Opus 4", inputPrice: 16.50, outputPrice: 82.50 },
|
1259 |
{
|
1260 |
name: "DeepSeek R1 0528",
|
1261 |
inputPrice: 0.5,
|