Improve model picker UX (#1180)
1. Show less common AI providers (secondary) in submenu
2. Show $ signs for rough cost guide
3. Show "Pro" for supported AI providers with Pro is enabled
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Improves the Model Picker UX by grouping less-used providers under an
“Other AI providers” submenu and adding clear cost and Pro indicators.
This makes picking models faster and more informative.
- **New Features**
- Grouped secondary providers under “Other AI providers” using a new
provider.secondary flag (Azure marked secondary).
- Added rough cost hints: models can set dollarSigns and the UI shows a
“$” badge accordingly.
- Shows a “Pro” badge on supported cloud providers when Pro is enabled;
added a “Custom” badge for custom providers.
- Extended types: LanguageModelProvider.secondary and
LanguageModel.dollarSigns; populated values across OpenAI, Anthropic,
Google, and OpenRouter.
<!-- End of auto-generated description by cubic. -->
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"body": {
|
||||
"model": "gpt-4.1",
|
||||
"max_tokens": 32768,
|
||||
"temperature": 0,
|
||||
"model": "gpt-5",
|
||||
"temperature": 1,
|
||||
"messages": [
|
||||
{
|
||||
"role": "system",
|
||||
Reference in New Issue
Block a user