@@ -6,13 +6,94 @@ const xaiChatModels: AIChatModelCard[] = [
66 abilities : {
77 functionCall : true ,
88 search : true ,
9+ structuredOutput : true ,
910 vision : true ,
1011 } ,
1112 contextWindowTokens : 2_000_000 ,
12- description :
13- 'ζ们εΎι«ε
΄εεΈ Grok 4 FastοΌθΏζ―ζ们ε¨ζζ¬ζηζ¨η樑εζΉι’ηζζ°θΏε±γ' ,
14- displayName : 'Grok 4 Fast (Non-Reasoning)' ,
13+ description : 'εζ²Ώε€ζ¨‘ζ樑εοΌδΈι¨ιε―Ήι«ζ§θ½δ»£ηε·₯ε
·θ°η¨θΏθ‘δΌεγ' ,
14+ displayName : 'Grok 4.1 Fast (Non-Reasoning)' ,
15+ enabled : true ,
16+ id : 'grok-4-1-fast-non-reasoning' ,
17+ pricing : {
18+ units : [
19+ { name : 'textInput_cacheRead' , rate : 0.05 , strategy : 'fixed' , unit : 'millionTokens' } ,
20+ {
21+ name : 'textInput' ,
22+ strategy : 'tiered' ,
23+ tiers : [
24+ { rate : 0.2 , upTo : 0.128 } ,
25+ { rate : 0.4 , upTo : 'infinity' } ,
26+ ] ,
27+ unit : 'millionTokens' ,
28+ } ,
29+ {
30+ name : 'textOutput' ,
31+ strategy : 'tiered' ,
32+ tiers : [
33+ { rate : 0.5 , upTo : 0.128 } ,
34+ { rate : 1 , upTo : 'infinity' } ,
35+ ] ,
36+ unit : 'millionTokens' ,
37+ } ,
38+ ] ,
39+ } ,
40+ releasedAt : '2025-11-20' ,
41+ settings : {
42+ searchImpl : 'params' ,
43+ } ,
44+ type : 'chat' ,
45+ } ,
46+ {
47+ abilities : {
48+ functionCall : true ,
49+ reasoning : true ,
50+ search : true ,
51+ structuredOutput : true ,
52+ vision : true ,
53+ } ,
54+ contextWindowTokens : 2_000_000 ,
55+ description : 'εζ²Ώε€ζ¨‘ζ樑εοΌδΈι¨ιε―Ήι«ζ§θ½δ»£ηε·₯ε
·θ°η¨θΏθ‘δΌεγ' ,
56+ displayName : 'Grok 4.1 Fast' ,
1557 enabled : true ,
58+ id : 'grok-4-1-fast-reasoning' ,
59+ pricing : {
60+ units : [
61+ { name : 'textInput_cacheRead' , rate : 0.05 , strategy : 'fixed' , unit : 'millionTokens' } ,
62+ {
63+ name : 'textInput' ,
64+ strategy : 'tiered' ,
65+ tiers : [
66+ { rate : 0.2 , upTo : 0.128 } ,
67+ { rate : 0.4 , upTo : 'infinity' } ,
68+ ] ,
69+ unit : 'millionTokens' ,
70+ } ,
71+ {
72+ name : 'textOutput' ,
73+ strategy : 'tiered' ,
74+ tiers : [
75+ { rate : 0.5 , upTo : 0.128 } ,
76+ { rate : 1 , upTo : 'infinity' } ,
77+ ] ,
78+ unit : 'millionTokens' ,
79+ } ,
80+ ] ,
81+ } ,
82+ releasedAt : '2025-11-20' ,
83+ settings : {
84+ searchImpl : 'params' ,
85+ } ,
86+ type : 'chat' ,
87+ } ,
88+ {
89+ abilities : {
90+ functionCall : true ,
91+ search : true ,
92+ vision : true ,
93+ } ,
94+ contextWindowTokens : 2_000_000 ,
95+ description : 'ζ们εΎι«ε
΄εεΈ Grok 4 FastοΌθΏζ―ζ们ε¨ζζ¬ζηζ¨η樑εζΉι’ηζζ°θΏε±γ' ,
96+ displayName : 'Grok 4 Fast (Non-Reasoning)' ,
1697 id : 'grok-4-fast-non-reasoning' ,
1798 pricing : {
1899 units : [
@@ -51,10 +132,8 @@ const xaiChatModels: AIChatModelCard[] = [
51132 vision : true ,
52133 } ,
53134 contextWindowTokens : 2_000_000 ,
54- description :
55- 'ζ们εΎι«ε
΄εεΈ Grok 4 FastοΌθΏζ―ζ们ε¨ζζ¬ζηζ¨η樑εζΉι’ηζζ°θΏε±γ' ,
135+ description : 'ζ们εΎι«ε
΄εεΈ Grok 4 FastοΌθΏζ―ζ们ε¨ζζ¬ζηζ¨η樑εζΉι’ηζζ°θΏε±γ' ,
56136 displayName : 'Grok 4 Fast' ,
57- enabled : true ,
58137 id : 'grok-4-fast-reasoning' ,
59138 pricing : {
60139 units : [
0 commit comments