-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrok-models.json
More file actions
26 lines (26 loc) · 848 Bytes
/
Copy pathgrok-models.json
File metadata and controls
26 lines (26 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright ©2025 User-created BBEdit AI Worksheet configuration
// Generated by Brent Deverman https://deverman.org
{
"com.barebones.DocumentType": "com.barebones.bbedit.ChatAPIDescription",
"com.barebones.DocumentFormatVersion": 1,
"identifier": "grok-models",
"displayName": "Grok AI",
"endpoint": "https://api.x.ai/v1/chat/completions",
"endpointKeyHeaderName": "Authorization",
"endpointKeyHeaderValueFormat": "Bearer ${key}",
"models": [
"grok-4-0709",
"grok-4-fast-reasoning",
"grok-4-fast-non-reasoning",
"grok-code-fast-1",
"",
"grok-3",
"grok-3-mini",
"",
"grok-2-vision-1212"
],
"defaultModel": "grok-4-0709",
"getAPIKeyURL": "https://console.xai.com/",
"accountHelpURL": "https://docs.xai.com/",
"additionalRequestParameters": {"search_parameters": {"mode": "auto"} }
}