跳转到主要内容

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.

每个工具继续使用自己原本支持的协议。你只需要替换 base URL 和 API key。
工具协议Base URL
Claude CodeAnthropichttps://api.omniakey.com
CursorOpenAI 兼容https://api.omniakey.com/v1
CodexOpenAI Responseshttps://api.omniakey.com/v1
ClineOpenAI 兼容https://api.omniakey.com/v1
aiderOpenAI 兼容https://api.omniakey.com/v1

Claude Code

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

Cursor

Settings → Models → API Keys 中启用 OpenAI API Key,填入 OmniaKey key,并把 Override Base URL 设置为 https://api.omniakey.com/v1

Codex

~/.codex/config.toml
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

Cline

选择 OpenAI Compatible provider:
字段
Base URLhttps://api.omniakey.com/v1
API Key你的 OmniaKey API key
Model ID例如 claude-opus-4-8

aider

export OPENAI_API_BASE="https://api.omniakey.com/v1"
export OPENAI_API_KEY="your-omniakey-api-key"

aider --model openai/claude-opus-4-8

Gemini CLI

Gemini CLI 目前不提供稳定的第三方 base URL 配置。要通过 OmniaKey 使用 Gemini 模型,请在支持 OpenAI 兼容 provider 的工具里设置 https://api.omniakey.com/v1,并使用 Gemini 模型 ID。