docs
Use the official docs. Change only the base URL.
ObixHub keeps the Anthropic and OpenAI wire formats native. Set https://obixhub.com as the base URL, use an obx_ key, then follow the provider docs directly.
Claude Code
Anthropic models ↗
model docs
Codex CLI
OpenAI models ↗
model docs
Claude CodeANTHROPIC_BASE_URL=https://obixhub.com/v1/messages
Codex CLIOPENAI_BASE_URL=https://obixhub.com/v1/responses
ObixHub does not rewrite wire formats. Anthropic clients should keep using Anthropic docs, and OpenAI clients should keep using OpenAI docs; only swap the base URL and key.
Authorization: Bearer obx_... · x-api-key: obx_...