mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"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:capabilities": ["tools", "images", "pdfs"]
|
|
},
|
|
"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:capabilities": ["tools", "images", "pdfs"],
|
|
"waveai:premium": true
|
|
},
|
|
"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:capabilities": ["tools", "images", "pdfs"],
|
|
"waveai:premium": true
|
|
}
|
|
}
|