mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-28 05:00:26 +08:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"waveai@quick": {
|
|
"display:name": "Quick",
|
|
"display:order": -3,
|
|
"display:icon": "bolt",
|
|
"display:shortdesc": "gpt-5-mini",
|
|
"display:description": "Fastest responses (gpt-5-mini)",
|
|
"ai:apitype": "openai-responses",
|
|
"ai:model": "gpt-5-mini",
|
|
"ai:thinkinglevel": "low",
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
|
"waveai:cloud": true,
|
|
"waveai:premium": false
|
|
},
|
|
"waveai@balanced": {
|
|
"display:name": "Balanced",
|
|
"display:order": -2,
|
|
"display:icon": "sparkles",
|
|
"display:shortdesc": "gpt-5.1, low thinking",
|
|
"display:description": "Good mix of speed and accuracy\n(gpt-5.1 with minimal thinking)",
|
|
"ai:apitype": "openai-responses",
|
|
"ai:model": "gpt-5.1",
|
|
"ai:thinkinglevel": "low",
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
|
"waveai:cloud": true,
|
|
"waveai:premium": true
|
|
},
|
|
"waveai@deep": {
|
|
"display:name": "Deep",
|
|
"display:order": -1,
|
|
"display:icon": "lightbulb",
|
|
"display:shortdesc": "gpt-5.1, full thinking",
|
|
"display:description": "Slower but most capable\n(gpt-5.1 with full reasoning)",
|
|
"ai:apitype": "openai-responses",
|
|
"ai:model": "gpt-5.1",
|
|
"ai:thinkinglevel": "medium",
|
|
"ai:capabilities": ["tools", "images", "pdfs"],
|
|
"waveai:cloud": true,
|
|
"waveai:premium": true
|
|
}
|
|
}
|