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

@@ -224,7 +224,7 @@ PROVIDER_REGISTRY: Dict[str, ProviderConfig] = {
),
"ai-gateway": ProviderConfig(
id="ai-gateway",
name="AI Gateway",
name="Vercel AI Gateway",
auth_type="api_key",
inference_base_url="https://ai-gateway.vercel.sh/v1",
api_key_env_vars=("AI_GATEWAY_API_KEY",),