Chat, code actions and inline completions powered by the Z-AI gateway. Use OpenAI, Anthropic, Gemini, Groq, Mistral, Together, Fireworks and Nexula from a single API key.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Chat, code actions and inline completions powered by the Z-AI gateway — OpenAI, Anthropic, Gemini, Groq, Mistral, Together, Fireworks and Nexula behind one API key.
Features
Sidebar chat with streaming responses, multi-turn history and "attach selection" support
Code actions on any selection — Explain, Refactor, Generate tests, Add comments
Status bar model picker — switch between any model the gateway exposes
Inline completions (opt-in) — ghost-text suggestions as you type
Secure key storage via VS Code SecretStorage (your key never hits a settings file)
Quick start
Install: search "Z-AI" in the Extensions sidebar.
Get an API key from the Z-AI console or via the CLI:
npm install -g @zyoralabs/zai-cli
zai keys list
In VS Code: open the command palette → Z-AI: Sign in → paste your zk_live_… key.
Click the Z-AI icon in the activity bar to open chat, or right-click any selection for code actions.
Settings
Setting
Default
Notes
zai.baseUrl
http://127.0.0.1:8011/v1
Gateway base URL — set to your production endpoint