Commit ·
5e6aa25
1
Parent(s): cdafee0
- src/lib/data.ts +6 -1
src/lib/data.ts
CHANGED
|
@@ -20,6 +20,11 @@ export const mockData: Provider[] = [
|
|
| 20 |
inputPrice: 1.25,
|
| 21 |
outputPrice: 10.0,
|
| 22 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
{
|
| 24 |
name: "gpt-5.1",
|
| 25 |
inputPrice: 1.25,
|
|
@@ -396,7 +401,7 @@ export const mockData: Provider[] = [
|
|
| 396 |
"provider": "XAI",
|
| 397 |
"uri": "https://x.ai/api",
|
| 398 |
"models": [
|
| 399 |
-
|
| 400 |
name: "grok-4-1-fast-non-reasoning <= 128K",
|
| 401 |
inputPrice: 0.20,
|
| 402 |
outputPrice: 0.50
|
|
|
|
| 20 |
inputPrice: 1.25,
|
| 21 |
outputPrice: 10.0,
|
| 22 |
},
|
| 23 |
+
{
|
| 24 |
+
name: "gpt-5.1-codex-mini",
|
| 25 |
+
inputPrice: 0.25,
|
| 26 |
+
outputPrice: 2.0,
|
| 27 |
+
},
|
| 28 |
{
|
| 29 |
name: "gpt-5.1",
|
| 30 |
inputPrice: 1.25,
|
|
|
|
| 401 |
"provider": "XAI",
|
| 402 |
"uri": "https://x.ai/api",
|
| 403 |
"models": [
|
| 404 |
+
{
|
| 405 |
name: "grok-4-1-fast-non-reasoning <= 128K",
|
| 406 |
inputPrice: 0.20,
|
| 407 |
outputPrice: 0.50
|