2025-11-26 19:43:19 +00:00
|
|
|
{
|
|
|
|
|
"waveai@quick": {
|
|
|
|
|
"display:name": "Quick",
|
|
|
|
|
"display:order": -3,
|
|
|
|
|
"display:icon": "bolt",
|
|
|
|
|
"display:description": "Fastest responses (gpt-5-mini)",
|
2025-12-05 18:10:43 +00:00
|
|
|
"ai:provider": "wave",
|
2025-11-26 19:43:19 +00:00
|
|
|
"ai:apitype": "openai-responses",
|
|
|
|
|
"ai:model": "gpt-5-mini",
|
|
|
|
|
"ai:thinkinglevel": "low",
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:verbosity": "low",
|
2025-12-06 00:23:54 +00:00
|
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:switchcompat": ["wavecloud"]
|
2025-11-26 19:43:19 +00:00
|
|
|
},
|
|
|
|
|
"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)",
|
2025-12-05 18:10:43 +00:00
|
|
|
"ai:provider": "wave",
|
2025-11-26 19:43:19 +00:00
|
|
|
"ai:apitype": "openai-responses",
|
|
|
|
|
"ai:model": "gpt-5.1",
|
|
|
|
|
"ai:thinkinglevel": "low",
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:verbosity": "low",
|
2025-11-26 19:43:19 +00:00
|
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
2025-12-06 00:23:54 +00:00
|
|
|
"waveai:premium": true,
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:switchcompat": ["wavecloud"]
|
2025-11-26 19:43:19 +00:00
|
|
|
},
|
|
|
|
|
"waveai@deep": {
|
|
|
|
|
"display:name": "Deep",
|
|
|
|
|
"display:order": -1,
|
|
|
|
|
"display:icon": "lightbulb",
|
|
|
|
|
"display:description": "Slower but most capable\n(gpt-5.1 with full reasoning)",
|
2025-12-05 18:10:43 +00:00
|
|
|
"ai:provider": "wave",
|
2025-11-26 19:43:19 +00:00
|
|
|
"ai:apitype": "openai-responses",
|
|
|
|
|
"ai:model": "gpt-5.1",
|
|
|
|
|
"ai:thinkinglevel": "medium",
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:verbosity": "low",
|
2025-11-26 19:43:19 +00:00
|
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
2025-12-06 00:23:54 +00:00
|
|
|
"waveai:premium": true,
|
2026-02-10 05:50:34 +00:00
|
|
|
"ai:switchcompat": ["wavecloud"]
|
2025-11-26 19:43:19 +00:00
|
|
|
}
|
|
|
|
|
}
|