-
-
Notifications
You must be signed in to change notification settings - Fork 931
Expand file tree
/
Copy pathwaveai.json
More file actions
43 lines (43 loc) · 1.47 KB
/
waveai.json
File metadata and controls
43 lines (43 loc) · 1.47 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"waveai@quick": {
"display:name": "Quick",
"display:order": -3,
"display:icon": "bolt",
"display:description": "Fastest responses (gpt-5-mini)",
"ai:provider": "wave",
"ai:apitype": "openai-responses",
"ai:model": "gpt-5-mini",
"ai:thinkinglevel": "low",
"ai:verbosity": "low",
"ai:capabilities": ["tools", "images", "pdfs"],
"ai:switchcompat": ["wavecloud"]
},
"waveai@balanced": {
"display:name": "Balanced",
"display:order": -2,
"display:icon": "sparkles",
"display:description": "Good mix of speed and accuracy\n(gpt-5.1 with minimal thinking)",
"ai:provider": "wave",
"ai:apitype": "openai-responses",
"ai:model": "gpt-5.1",
"ai:thinkinglevel": "low",
"ai:verbosity": "low",
"ai:capabilities": ["tools", "images", "pdfs"],
"waveai:premium": true,
"ai:switchcompat": ["wavecloud"]
},
"waveai@deep": {
"display:name": "Deep",
"display:order": -1,
"display:icon": "lightbulb",
"display:description": "Slower but most capable\n(gpt-5.1 with full reasoning)",
"ai:provider": "wave",
"ai:apitype": "openai-responses",
"ai:model": "gpt-5.1",
"ai:thinkinglevel": "medium",
"ai:verbosity": "low",
"ai:capabilities": ["tools", "images", "pdfs"],
"waveai:premium": true,
"ai:switchcompat": ["wavecloud"]
}
}