Перейти к основному содержанию

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.

Each tool keeps the protocol it already speaks. Change only the base URL and API key.
ToolProtocolBase 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

OpenAI-compatible tools

For Cursor, Cline, aider, and most custom tools:
FieldValue
Base URLhttps://api.omniakey.com/v1
API keyyour OmniaKey API key
Modelany id from Models
Gemini CLI currently does not expose a stable third-party base URL setting. Use Gemini models through OpenAI-compatible tools by choosing a Gemini model id.