Quick Start
First request in 5 minutes
Coding Agents
Set up Claude Code, Cursor, Cline, aider, Codex
Models
Curated Claude, GPT, Gemini, and Grok 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.
Claude, GPT, Gemini, and Grok ids are reachable over the OpenAI-compatible Chat
Completions endpoint (
/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
See Models for the current lineup. Launch pricing is shown on the
pricing page.