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 兼容端点 —— 拼车共享、分摊成本,原生工具开箱即用、无缝直连。
GPT — OpenAI models.GPT — OpenAI 模型。
| Model | Context | 上下文 | Output | 输出 |
|---|---|---|---|---|
gpt-5.4 GPT-5.4 | 1.05M | 128K | ||
gpt-5.4-mini GPT-5.4-Mini | 400K | 128K | ||
gpt-5.5 GPT-5.5 | 1.05M | 128K | ||
gpt-5.5-pro GPT-5.5-Pro | 1.05M | 128K |
MiMo — Xiaomi's reasoning models.MiMo — 小米推理模型。
| Model | Context | 上下文 | Output | 输出 |
|---|---|---|---|---|
mimo-v2.5 MiMo-V2.5 | 1M | 128K | ||
mimo-v2.5-pro MiMo-V2.5-Pro | 1M | 128K |
Full model list lives in the docs.完整模型列表见文档。
Pay per token in CNY (¥), metered in real time. Prices shown per 1M tokens.按 token 实时计费,单位 人民币元(¥),下表价格均为每 100 万 tokens(1M)。
| Model | Input | 输入 | Output | 输出 | Cache write | 缓存写入 | Cache read | 缓存读取 |
|---|---|---|---|---|---|---|---|---|
gpt-5.4 | ¥0.5 | ¥3 | ¥0 | ¥0.05 | ||||
gpt-5.4-mini | ¥0.15 | ¥0.9 | ¥0 | ¥0.015 | ||||
gpt-5.5 | ¥1 | ¥6 | ¥0 | ¥0.1 | ||||
gpt-5.5 Fast ×2.5 | ¥2.5 | ¥15 | ¥0 | ¥0.25 | ||||
gpt-5.5-pro | ¥6 | ¥36 | ¥0 | ¥0.6 |
| Model | Input | 输入 | Output | 输出 | Cache write | 缓存写入 | Cache read | 缓存读取 |
|---|---|---|---|---|---|---|---|---|
mimo-v2.5 | ¥1 | ¥2 | — | ¥0.02 | ||||
mimo-v2.5-pro | ¥3 | ¥6 | ¥0 | ¥0.025 |
gpt-5.5 Fast mode bills at 2.5× the base rate. Cache writes are not billed separately for these models. Final rates may vary by user group — see your console for live quotas.gpt-5.5 Fast 模式按基础价 2.5× 计费。以上模型缓存写入不单独计费。实际倍率可能因用户组而异,实时额度以控制台为准。
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": "gpt-5.5"
}
}
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-your-api-key-here",
"ANTHROPIC_BASE_URL": "https://api.hachimi.cloud",
"ANTHROPIC_MODEL": "mimo-v2.5-pro"
}
}