# InferenceHub > Byte-faithful AI inference gateway: one API key for Claude, GPT, and every model, served on their native > APIs (Anthropic Messages, OpenAI Chat Completions, OpenAI Responses, OpenAI Images, OpenAI Embeddings, > rerank) with 0% per-token markup. Prepaid balance, $1 free credit to start, a claimable daily reward for > active accounts, card or crypto top-ups, and subscription plans from $10/mo. ## Docs - [Full guide (markdown)](https://inferencehub.tech/docs.md): everything on one page — copy-paste configs for Claude Code, Codex, Cursor, Kilo Code, Hermes, and ZCode, plus model discovery and troubleshooting. - [Overview](https://inferencehub.tech/docs): What InferenceHub is and how the gateway works. - [Quickstart](https://inferencehub.tech/docs/quickstart): Key to first request in three steps — curl and SDK examples. - [Claude Code](https://inferencehub.tech/docs/agents/claude-code): Claude and the open-weight daily drivers in Claude Code. - [Codex](https://inferencehub.tech/docs/agents/codex): OpenAI Codex on the Responses wire. - [Cursor](https://inferencehub.tech/docs/agents/cursor): Open-weight, Claude, and GPT-5.6 as Cursor custom models. - [Kilo Code](https://inferencehub.tech/docs/agents/kilo-code): The full catalog from one kilo.json — CLI and VS Code extension. - [ZCode](https://inferencehub.tech/docs/agents/zcode): Z.ai's GLM-5.2 harness on your InferenceHub key. - [Hermes](https://inferencehub.tech/docs/agents/hermes): Open-weight chat models in the Hermes CLI. - [API overview](https://inferencehub.tech/docs/api): Wire formats, base URLs, authentication, streaming. - [Image generation](https://inferencehub.tech/docs/api/images): OpenAI Images API — gpt-image-2 and gpt-image-1.5. - [Embeddings & rerank](https://inferencehub.tech/docs/api/embeddings): Embedding and reranker models for RAG pipelines. - [Models](https://inferencehub.tech/docs/models): Model ids, aliases, and how to list what your key reaches. - [Auto routing](https://inferencehub.tech/docs/auto): ih-auto and ih-auto-smart — a flat sheet, per-request routing, and honest escalation. - [Model synthesis](https://inferencehub.tech/docs/synthesis): ih-synthesis presets and the model_synthesis tool — a model panel answers, a synthesizer merges. - [Billing & plans](https://inferencehub.tech/docs/billing): Prepaid balance, subscription plans, free chat models, and the daily reward. - [Desktop app](https://inferencehub.tech/docs/desktop): The open-source native client for the hosted chat. - [Troubleshooting](https://inferencehub.tech/docs/troubleshooting): Common HTTP errors and per-agent fixes. - [Support](https://inferencehub.tech/docs/support): Discord, Telegram, email, and the status page. ## Reference - Base URL (Anthropic Messages wire): https://app.inferencehub.tech (bare origin; client appends /v1/messages) - Base URL (OpenAI Chat / Responses wires): https://app.inferencehub.tech/v1 - API key format: sk-prov-live-… - Discover models: curl -s https://app.inferencehub.tech/v1/models -H "Authorization: Bearer sk-prov-live-YOUR_KEY" | jq -r '.data[].id' - Image generation: POST https://app.inferencehub.tech/v1/images/generations (OpenAI Images API; models gpt-image-2, gpt-image-1.5; returns b64_json) - Embeddings: POST https://app.inferencehub.tech/v1/embeddings (OpenAI shape) · Rerank: POST https://app.inferencehub.tech/v1/rerank ## More - [Pricing](https://inferencehub.tech/pricing) - [Changelog](https://inferencehub.tech/changelog): dated product updates — also raw markdown at https://inferencehub.tech/changelog.md and RSS at https://inferencehub.tech/changelog/rss.xml. - [FAQ](https://inferencehub.tech/faq) - [Privacy Policy](https://inferencehub.tech/privacy): plain-English data policy — no training on prompts or completions, byte-faithful pass-through to the provider serving your request. - [Portal (get an API key)](https://app.inferencehub.tech/portal)