Skip to content

Commit ef66da9

Browse files
authored
feat: Grok 4
1 parent 42ff4d4 commit ef66da9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/consts/models.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{
5858
"name": "Grok 3",
5959
"id": "grok-3",
60-
"description": "xAI's flagship model that excels at enterprise tasks like data extraction, programming, and text summarization.",
60+
"description": "xAI's previous flagship model.",
6161
"type": "chat",
6262
"price_per_1m_tokens": 15.0,
6363
"available": true,
@@ -75,6 +75,17 @@
7575
"experimental": true,
7676
"free_tier": false,
7777
"supports_attachment": false
78+
},
79+
{
80+
"name": "Grok 4",
81+
"id": "grok-4-0709",
82+
"description": "xAI's flagship model that excels at enterprise tasks like data extraction, programming, and text summarization.",
83+
"type": "chat",
84+
"price_per_1m_tokens": 15.0,
85+
"available": true,
86+
"experimental": true,
87+
"free_tier": false,
88+
"supports_attachment": false
7889
}
7990
]
8091
},

0 commit comments

Comments
 (0)