We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb26ca3 commit 6a81630Copy full SHA for 6a81630
1 file changed
src/celeste/modalities/text/providers/xai/models.py
@@ -103,6 +103,21 @@
103
TextParameter.OUTPUT_SCHEMA: Schema(),
104
},
105
),
106
+ Model(
107
+ id="grok-4.20-beta-0309-non-reasoning",
108
+ provider=Provider.XAI,
109
+ display_name="Grok 4.20 Beta 0309 Non Reasoning",
110
+ operations={Modality.TEXT: {Operation.GENERATE}},
111
+ streaming=True,
112
+ parameter_constraints={
113
+ Parameter.TEMPERATURE: Range(min=0.0, max=2.0),
114
+ Parameter.MAX_TOKENS: Range(min=1, max=30000),
115
+ TextParameter.WEB_SEARCH: Bool(),
116
+ TextParameter.X_SEARCH: Bool(),
117
+ TextParameter.CODE_EXECUTION: Bool(),
118
+ TextParameter.OUTPUT_SCHEMA: Schema(),
119
+ },
120
+ ),
121
Model(
122
id="grok-3-mini",
123
provider=Provider.XAI,
0 commit comments