You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Z.AI (Zhipu/GLM) provider and x-ai/Grok OpenRouter routing
- Add built-in zhipu provider with GLM coding API (api.z.ai/api/coding/paas/v4)
- Auto-detect GLM-* models to zhipu provider when ZAI_API_KEY is set
- Auto-detect x-ai/* models (Grok) to OpenRouter
- Add model families for GLM-5, GLM-4, and Grok models
- Support zhipu/ prefix stripping in effective_model_name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
constCHAT_WIRE_API_REMOVED_ERROR:&str = "`wire_api = \"chat\"` is no longer supported.\nHow to fix: set `wire_api = \"responses\"` in your provider config.\nMore info: https://github.com/openai/codex/discussions/7782";
pubconstOLLAMA_CHAT_PROVIDER_REMOVED_ERROR:&str = "`ollama-chat` is no longer supported.\nHow to fix: replace `ollama-chat` with `ollama` in `model_provider`, `oss_provider`, or `--local-provider`.\nMore info: https://github.com/openai/codex/discussions/7782";
0 commit comments