We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885523c commit 65a00cfCopy full SHA for 65a00cf
1 file changed
providers/xai/grok-3.yaml
@@ -1,16 +1,17 @@
1
costs:
2
- cache_read_input_token_cost: 7.5e-7
3
- input_cost_per_token: 0.000003
4
- input_cost_per_token_batches: 0.0000015
5
- output_cost_per_token: 0.000015
6
- output_cost_per_token_batches: 0.0000075
+ input_cost_per_token: 3e-6
+ input_cost_per_token_batches: 1.5e-6
+ output_cost_per_token: 1.5e-5
+ output_cost_per_token_batches: 7.5e-6
7
region: "*"
8
features:
9
- function_calling
10
- structured_output
11
- tool_choice
12
- system_messages
13
- prompt_caching
14
+isDeprecated: true
15
limits:
16
context_window: 131072
17
modalities:
@@ -21,6 +22,7 @@ modalities:
21
22
mode: chat
23
model: grok-3
24
provisioning: serverless
-status: active
25
+retirementDate: "2026-05-15"
26
+status: retired
27
supportedModes:
28
- chat
0 commit comments