# MindsHub Inference > Call every major model through the OpenAI, Responses and Anthropic APIs, with one key and one bill. MindsHub Inference is an OpenAI compatible inference API. Every page below is also available as markdown at the same address with a .md suffix. llms-full.txt holds the whole documentation set in one file. ## Table of Contents - [Anthropic compatibility](https://docs.mindshub.ai/inference/anthropic-compatibility.md): Use Anthropic SDKs and Claude Code against any MindsHub model. - [Authentication](https://docs.mindshub.ai/inference/authentication.md): API keys: creating, using, and revoking them. - [Billing](https://docs.mindshub.ai/inference/billing.md): Included tokens, the prepaid wallet, metering, and the price list. - [Bring your own keys](https://docs.mindshub.ai/inference/byok.md): Planned, not yet available: run inference on your own provider API keys. - [Chat completions](https://docs.mindshub.ai/inference/chat-completions.md): The main inference endpoint: parameters, streaming, tool calling, and images. - [Choosing an API](https://docs.mindshub.ai/inference/choosing-an-api.md): Chat Completions, Responses, or Messages: how to pick, and what each one supports. - [MindsHub in Codex](https://docs.mindshub.ai/inference/codex.md): Run OpenAI Codex on any MindsHub model, Claude and Kimi included, with one key. - [Coding agents](https://docs.mindshub.ai/inference/coding-agents.md): Run Claude Code and OpenAI Codex on any MindsHub model, billed to one balance. - [Core concepts](https://docs.mindshub.ai/inference/concepts.md): The handful of ideas the rest of the documentation assumes. - [Embeddings](https://docs.mindshub.ai/inference/embeddings.md): Generate embeddings with the OpenAI embeddings shape. - [Errors](https://docs.mindshub.ai/inference/errors.md): Status codes, body shapes, and retry guidance for every error the API returns. - [Getting started](https://docs.mindshub.ai/inference/getting-started.md): One key, every model, through the three APIs you already use. - [MindsHub Inference](https://docs.mindshub.ai/inference/index.md): Call every major model through the OpenAI and Anthropic APIs you already use, with one key and one bill. - [Kimi K3 in Claude Code](https://docs.mindshub.ai/inference/kimi-claude-code.md): Run Claude Code on Kimi K3 with a MindsHub API key. - [Models](https://docs.mindshub.ai/inference/models.md): The model catalog, aliases, and reasoning effort levels. - [Rate limits](https://docs.mindshub.ai/inference/rate-limits.md): Throughput limits: requests, tokens, and concurrency per minute. - [Responses](https://docs.mindshub.ai/inference/responses.md): POST /v1/responses: the OpenAI Responses shape, with any MindsHub model behind it. - [MindsHub in VS Code](https://docs.mindshub.ai/inference/vscode.md): Add MindsHub models to VS Code chat with Copilot's Custom Endpoint provider.