A OmniaKey expõe três protocolos em um único 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.
| Protocolo | Base URL | Uso |
|---|---|---|
| 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 | Modelos recomendados | Melhor para |
|---|---|---|
/v1/chat/completions | Claude, GPT, Gemini | A maioria das ferramentas OpenAI-compatible |
/v1/responses | GPT | Workflows GPT no estilo Codex |
/v1/messages | Claude | Claude Code e Anthropic SDKs |
/v1beta/models/{model}:generateContent | Gemini | SDKs Gemini-native |
/v1/models | Claude, GPT, Gemini | Descoberta OpenAI-compatible |
/v1beta/models | Gemini | Descoberta Gemini-native |