Pular para o conteúdo 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 ferramenta mantém o protocolo que já usa. Mude apenas base URL e API key.
FerramentaProtocoloBase 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

Ferramentas OpenAI-compatible

Para Cursor, Cline, aider e a maioria das ferramentas customizadas:
CampoValor
Base URLhttps://api.omniakey.com/v1
API keysua API key da OmniaKey
Modelqualquer id de Models
Gemini CLI atualmente não expõe uma configuração estável de base URL de terceiros. Use modelos Gemini por ferramentas OpenAI-compatible escolhendo um model id Gemini.