Hachimi Cloud unifies your Claude, GPT & Gemini subscriptions behind a single OpenAI-compatible endpoint — carpool the cost, keep native tools working out of the box. 哈基米云把你的 Claude、GPT、Gemini 订阅统一到一个 OpenAI 兼容端点 —— 拼车共享、分摊成本,原生工具开箱即用、无缝直连。
MiMo — Xiaomi's reasoning models.MiMo — 小米推理模型。
| Model | Context | 上下文 | Output | 输出 |
|---|---|---|---|---|
mimo-v2.5 MiMo-V2.5 | 1,000,000 | 128,000 | ||
mimo-v2.5-pro MiMo-V2.5-Pro | 1,000,000 | 128,000 |
GPT — OpenAI models.GPT — OpenAI 模型。
| Model | Context | 上下文 | Output | 输出 |
|---|---|---|---|---|
gpt-5.4 GPT-5.4 | 1,050,000 | 128,000 | ||
gpt-5.4-mini GPT-5.4-Mini | 400,000 | 128,000 | ||
gpt-5.5 GPT-5.5 | 1,050,000 | 128,000 | ||
gpt-5.5-pro GPT-5.5-Pro | 1,050,000 | 128,000 |
Full model list & pricing live in the docs.完整模型列表与定价见文档。
One OpenAI-compatible endpoint fronts Claude, GPT & Gemini. Point Claude Code, Codex or OpenCode at it — native tools just work.一个 OpenAI 兼容端点接入 Claude、GPT、Gemini。Claude Code、Codex、OpenCode 直连即用,原生工具无缝可用。
Multi-account load balancing with sticky sessions. Share subscriptions, split the bill, and stay efficient.多账号负载均衡 + 粘性会话。订阅拼车共享,分摊成本,更高效。
Usage metered in real time with transparent quotas — see exactly where every token goes.用量实时计费,额度透明可查 —— 每个 token 的去向一目了然。
Drop-in for the agents and providers you already use.无缝接入你已经在用的 Agent 与模型厂商。
Wire up Claude Code in one config — swap the key and model, you're live.一段配置接入 Claude Code —— 换上你的密钥和模型即可使用。
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-your-api-key-here",
"ANTHROPIC_BASE_URL": "https://api.hachimi.cloud",
"ANTHROPIC_MODEL": "mimo-v2.5-pro"
}
}
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-your-api-key-here",
"ANTHROPIC_BASE_URL": "https://api.hachimi.cloud",
"ANTHROPIC_MODEL": "gpt-5.5"
}
}