跳转到主要内容

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.

Codex 使用 OpenAI-compatible Responses 流量。把 OmniaKey 配成自定义 provider,然后在启动 Codex 的 shell 里设置 API key。

配置

~/.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

模型

推荐使用 gpt-5.3-codexgpt-5.2-codex,或 支持模型 中任何 OpenAI 兼容模型。