ModelGo API

ModelGo 开发者文档

清晰、直接的模型 API 接入文档,覆盖协议、认证、调试和上线前检查。

命令行接入

两个官方工具,按需选用

官方 CLI

配合 AI Agent skills,让 AI 代你操作 ModelGo。

bash
npx @model-go/cli@latest install
@model-go/cli ↗

接入 12 个 AI 编程客户端

粘贴 API Key,一条命令完成初始化。

bash
# 引导式:选站点 + 粘贴 Key
npx -y @model-go/config

# 一键式(非交互)
npx -y @model-go/config -k sk-你的token -r domestic
@model-go/config ↗