Saltar al contenido principal

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.

Cada herramienta mantiene el protocolo que ya usa. Cambia solo base URL y API key.
HerramientaProtocoloBase URL
Claude CodeAnthropichttps://api.omniakey.com
CursorOpenAI-compatiblehttps://api.omniakey.com/v1
CodexOpenAI Responseshttps://api.omniakey.com/v1
ClineOpenAI-compatiblehttps://api.omniakey.com/v1
aiderOpenAI-compatiblehttps://api.omniakey.com/v1

Claude Code

export ANTHROPIC_BASE_URL="https://api.omniakey.com"
export ANTHROPIC_AUTH_TOKEN="your-omniakey-api-key"
claude

Codex

model = "gpt-5.3-codex"
model_provider = "omniakey"

[model_providers.omniakey]
name = "OmniaKey"
wire_api = "responses"
requires_openai_auth = true
base_url = "https://api.omniakey.com/v1"
export OPENAI_API_KEY="your-omniakey-api-key"
codex

Herramientas OpenAI-compatible

Para Cursor, Cline, aider y la mayoría de herramientas personalizadas:
CampoValor
Base URLhttps://api.omniakey.com/v1
API keytu API key de OmniaKey
Modelcualquier id de Models
Gemini CLI actualmente no expone una configuración estable de base URL de terceros. Usa modelos Gemini desde herramientas OpenAI-compatible eligiendo un model id Gemini.