Tools
Cline
VS Code agent extension, running on Omnizen models.
What you get
Cline speaks the Anthropic Messages shape. Point its provider settings at Omnizen and every chat, edit, and tool call runs through us.
Install
Install the Cline extension from the VS Code Marketplace. The Cline sidebar opens with a Settings (gear) icon at the top — that's where the provider lives.
Configure
In the Cline sidebar:
- Click the gear icon at the top.
- Set API Provider to Anthropic.
- Toggle Use custom base URL on.
- Paste the base URL:text
https://api.omnizen.ai - Paste your Omnizen key (
sk-omni-…) into the API Key field. - Hit Done.
Run it
Open a Cline tab and start a session. Every Anthropic-shaped request hits Omnizen — the model picker stays the same, but the responses come back through our router.
Tips
- Per-workspace settings — VS Code lets you scope Cline's settings per workspace if you want one repo to use a different key.
- Rate-limit headers — Cline reads our
X-RateLimit-*headers, so you'll see remaining-quota hints surface in its UI.