Step 1: Get your API key
Sign up at omniakey.com and create a key in the Dashboard. New accounts include free credit, so you can run these examples right away — no top-up needed to start. Every request authenticates withAuthorization: Bearer <your-key>.
Go to Dashboard
Create your API key
Step 2: Install an SDK
OmniaKey works with the official OpenAI SDKs — no OmniaKey-specific library needed.Step 3: Make your first request
Set the base URL tohttps://api.omniakey.com/v1 and use your key. Pick any model
id from Models — here we use claude-opus-4-8.
Step 4: Stream responses
Setstream: true to receive tokens as they are generated:
Next steps
API Reference
All three protocols, the model matrix, and curl/SDK examples
Coding Agents
Configure Claude Code, Cursor, Cline, aider, and Codex
Models
Browse the full Claude, GPT, and Gemini lineup