OmniaKey expone tres protocolos en un solo 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 | Mejor para |
|---|---|---|
/v1/chat/completions | Claude, GPT, Gemini | La mayoría de herramientas OpenAI-compatible |
/v1/responses | GPT | Workflows GPT estilo Codex |
/v1/messages | Claude | Claude Code y Anthropic SDKs |
/v1beta/models/{model}:generateContent | Gemini | SDKs Gemini-native |
/v1/models | Claude, GPT, Gemini | Descubrimiento OpenAI-compatible |
/v1beta/models | Gemini | Descubrimiento Gemini-native |