Quick Start
First request in 5 minutes
Coding Agents
Set up Claude Code, Cursor, Cline, aider, Codex
Models
Curated Claude, GPT, and Gemini models
Agent Platforms
OpenClaw, Hermes, and other gateways
One key, three native protocols
OmniaKey speaks each vendor’s protocol on a single host —https://api.omniakey.com. Point your tool at the protocol it already uses; no
SDK changes required.
| Protocol | Base URL | Use it with |
|---|---|---|
| OpenAI-compatible | https://api.omniakey.com/v1 | Codex, Cursor, Cline, aider, OpenAI SDKs |
| Anthropic-native | https://api.omniakey.com | Claude Code, Anthropic SDKs |
| Gemini-native | https://api.omniakey.com/v1beta | Google Gen AI SDKs |
/v1/chat/completions), so most tools need only that
one base URL. Reach for a
vendor’s native protocol when your tool already speaks it (Claude Code →
Anthropic, Google Gen AI SDK → Gemini). See the API Reference for
per-protocol curl and SDK examples plus the full protocol × vendor matrix.
The Anthropic SDK appends
/v1/messages itself, so its base URL is the bare
host. The OpenAI and Gemini SDKs use the /v1 and /v1beta suffixes above.Quick example
Point Claude Code at OmniaKey with two environment variables:Featured models
| Vendor | Model | Context |
|---|---|---|
| Anthropic | claude-opus-4-8 | 1M |
| OpenAI | gpt-5.5 | 1M |
gemini-3.1-pro-preview | 1M |