Isaac Huang
c53fcb0173
feat(providers): add GMI Cloud as a first-class API-key provider (#11955)
Add GMI Cloud (api.gmi-serving.com) as a full first-class API-key provider
with built-in auth, aliases, model catalog, CLI entry points, auxiliary client
routing, context length resolution, doctor checks, env var tracking, and docs.
- auth.py: ProviderConfig for 'gmi' (api_key, GMI_API_KEY / GMI_BASE_URL)
- providers.py: HermesOverlay with extra_env_vars for models.dev detection
- models.py: curated slash-form model catalog; live /v1/models fetch
- main.py: 'gmi' in _named_custom_provider_map and --provider choices
- model_metadata.py: _URL_TO_PROVIDER, _PROVIDER_PREFIXES, dedicated
context-length probe block (GMI's /models has authoritative data)
- auxiliary_client.py: alias entries; _compat_model fix for slash-form
models on cached aggregator-style clients; gmi aux default model
- doctor.py: GMI in provider connectivity checks
- config.py: GMI_API_KEY / GMI_BASE_URL in OPTIONAL_ENV_VARS
- conftest.py: explicit GMI_BASE_URL clearing (not caught by _API_KEY suffix)
- docs: providers.md, environment-variables.md, fallback-providers.md,
configuration.md, quickstart.md (expands provider table)
Co-authored-by: Isaac Huang <isaachuang@Isaacs-MacBook-Pro.local>
2026-04-27 11:17:59 -07:00
..
2026-04-25 18:22:06 -07:00
2026-02-26 13:54:20 +03:00
2026-04-23 02:30:05 -07:00
2026-04-24 07:14:00 -07:00
2026-04-19 22:43:09 -07:00
2026-04-27 11:17:59 -07:00
2026-04-13 04:59:26 -07:00
2026-04-27 08:35:50 -07:00
2026-04-25 08:21:14 -07:00
2026-04-24 07:26:07 -07:00
2026-04-24 07:26:07 -07:00
2026-04-19 11:59:25 -07:00
2026-04-14 01:43:45 -07:00
2026-04-27 06:27:59 -07:00
2026-04-26 21:48:09 -07:00
2026-04-10 19:15:50 -07:00
2026-04-20 01:56:41 -07:00
2026-04-24 05:09:08 -07:00
2026-04-19 18:12:55 -07:00
2026-04-24 05:20:05 -07:00
2026-04-07 17:19:07 -07:00
2026-04-20 22:14:29 -07:00
2026-03-15 20:21:21 -07:00
2026-04-19 22:45:47 -07:00
2026-04-27 06:27:59 -07:00
2026-03-29 00:33:30 -07:00
2026-04-20 02:10:53 -07:00
2026-04-24 04:46:17 -07:00
2026-04-24 05:35:17 -07:00
2026-04-24 03:40:00 -07:00
2026-04-21 21:30:10 -07:00
2026-04-27 06:27:59 -07:00
2026-04-20 23:20:33 -07:00
2026-04-21 21:19:14 -07:00
2026-04-22 14:46:10 -07:00
2026-04-24 14:37:55 -07:00
2026-04-22 05:27:10 -07:00
2026-04-07 22:23:28 -07:00
2026-04-24 03:46:46 -07:00
2026-04-20 20:51:56 -07:00
2026-04-24 03:00:33 -07:00
2026-04-26 05:43:31 -07:00
2026-04-22 02:59:58 -07:00
2026-04-23 16:11:57 -07:00
2026-04-26 04:53:42 -07:00
2026-04-26 20:57:26 -07:00
2026-04-23 12:50:22 +05:30
2026-03-21 16:54:43 -07:00
2026-04-21 05:52:46 -07:00
2026-04-09 03:43:14 -07:00
2026-04-20 11:49:54 -07:00
2026-04-26 20:48:35 -07:00
2026-04-20 20:53:51 -07:00
2026-04-24 03:10:52 -07:00
2026-04-21 14:23:45 -07:00
2026-04-20 20:53:51 -07:00
2026-04-09 03:10:30 -07:00
2026-04-26 21:49:34 -07:00
2026-04-25 05:50:34 -07:00
2026-04-25 08:21:14 -07:00
2026-04-22 17:40:49 -07:00
2026-04-16 07:45:13 -07:00