Downloads
ModelAPI customer-only tools (install from this site — not published to the public npm registry). Artifacts are checksum-verified; auto memory tidy requires explicit consent.
Harness frontier tiers use live aliases nexus/best-reasoning and nexus/best-coding — catalog picks Opus 4.8, 4.7, GPT 5.5, etc. as they ship.
ModelAPI CLI v1.0.0
Tidy Hermes/OpenClaw MEMORY.md with backup. Requires MODELAPI_API_KEY.
# 一键安装(校验 manifest 中的 tarball,若有) curl -fsSL https://aimodelapi.ai/downloads/install.sh | bash # 或从仓库本地 cd packages/cli && npm install && npm run build && npm link aimodelapi setup --profile hermes aimodelapi memory tidy --profile hermes aimodelapi memory enable-auto # 交互式同意后才启用自动整理
MCP Server v1.0.1
Tools: bulk_analyze, generate_tests, summarize_text, memory_consolidate, memory_split_plan
# 从本站 tarball 安装(客户专享)
curl -fsSL https://aimodelapi.ai/downloads/aimodelapi-mcp-server-1.0.1.tgz -o aimodelapi-mcp.tgz
npm install -g ./aimodelapi-mcp.tgz
{
"mcpServers": {
"aimodelapi": {
"command": "aimodelapi-mcp",
"env": { "MODELAPI_API_KEY": "sk-ama-YOUR_KEY" }
}
}
}aimodelapi-mcp-server-1.0.1.tgzIntegration guides →Hermes toolkit
Repo tools/hermes/: env.example and apply-harness-patch.sh (auto-inject Harness headers for aimodelapi.ai). Run /new in Hermes after config changes.
# config.yaml — use live alias, not hardcoded 4.6
model:
default: claude-sonnet-latest
provider: custom
base_url: https://api.aimodelapi.ai/v1
api_key: ${OPENAI_API_KEY}
cp tools/hermes/env.example .env # fill sk-ama- key
./tools/hermes/apply-harness-patch.shhermes-toolkit.tar.gzDocs #hermes →Step-by-step →Security & auto-load consent
- Release tarballs include sha256 in manifest; install.sh verifies before install.
- Auto memory tidy is off by default; enable-auto requires interactive consent stored in ~/.aimodelapi/config.json.
- We never modify your shell without consent; hook-print only shows optional lines for manual .zshrc addition.
Loading manifest…