OmniaKey exposes three protocol surfaces on one API host:Documentation Index
Fetch the complete documentation index at: https://docs.omniakey.com/llms.txt
Use this file to discover all available pages before exploring further.
| Protocol | Base URL | Use |
|---|---|---|
| OpenAI-compatible | https://api.omniakey.com/v1 | OpenAI SDKs, Cursor, Codex, Cline, aider |
| Anthropic-native | https://api.omniakey.com | Claude Code, Anthropic SDKs |
| Gemini-native | https://api.omniakey.com/v1beta | Google Gen AI SDKs |
Endpoints
| Endpoint | Recommended models | Best for |
|---|---|---|
/v1/chat/completions | Claude, GPT, Gemini | Most OpenAI-compatible tools |
/v1/responses | GPT | Codex-style GPT workflows |
/v1/messages | Claude | Claude Code and Anthropic SDKs |
/v1beta/models/{model}:generateContent | Gemini | Gemini-native SDKs |
/v1/models | Claude, GPT, Gemini | OpenAI-compatible model discovery |
/v1beta/models | Gemini | Gemini-native model discovery |