chore: rename AI Gateway → Vercel AI Gateway, move Xiaomi to #5 (#9326)

- Rename 'AI Gateway' to 'Vercel AI Gateway' across auth, models,
  doctor, setup, and tests.
- Move Xiaomi MiMo to position #5 in the provider picker.
This commit is contained in:
Teknium
2026-04-13 19:51:54 -07:00
committed by GitHub
parent 0cc7f79016
commit 5621fc449a
5 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class TestProviderRegistry:
("kimi-coding", "Kimi / Moonshot", "api_key"),
("minimax", "MiniMax", "api_key"),
("minimax-cn", "MiniMax (China)", "api_key"),
("ai-gateway", "AI Gateway", "api_key"),
("ai-gateway", "Vercel AI Gateway", "api_key"),
("kilocode", "Kilo Code", "api_key"),
])
def test_provider_registered(self, provider_id, name, auth_type):