Providers
Hyper keeps and extends a multi-provider registry. Model ids look like {platform}/{model}.
Config and credentials still live under ~/.grok — the same paths as upstream Grok Build. Existing sessions, API keys, and auth.json keep working. The full catalog also includes community backends such as Gemini, Bedrock, and Copilot.
| Platform | Auth | Notes |
|---|---|---|
| xAI / Grok | `hyper login` (OIDC) or `XAI_API_KEY` | First-party models |
| Kimi Code | Device OAuth / subscription | `kimi-code/*` catalog |
| Moonshot CN / AI | API key | Open platform |
| ChatGPT Codex | ChatGPT OAuth | GPT-5.x reasoning + experimental `/live` voice |
| OpenCode Go | Subscription API key | `opencode-go/*` over Chat Completions + Messages |
| OpenAI / Anthropic / DeepSeek-style | API keys (BYOK) | BYOK catalog |
| Z.AI Coding Plan | Platform key | International plan |
| Ollama Cloud | API key | Live roster sync |
| Google Gemini / Vertex | API / cloud credentials | Native GenerateContent |
| Amazon Bedrock | AWS credentials | ConverseStream |
| GitHub Copilot | OAuth + discovery | Community auth path |
Example model ids
- kimi-code/k3
- opencode-go/kimi-k3
- openai-codex/gpt-5.6-sol
Picker shortcuts
/model· Ctrl+M — full picker/scoped-models— manage shortlist- Alt+] / Alt+[ — cycle shortlist only
Upstream product docs: docs.x.ai/build — community user guide under crates/codegen/xai-grok-pager/docs/user-guide/ (zh-CN sibling). (Documentation)