models-config

Installation
SKILL.md

Pi Models Manager

管理 ~/.pi/agent/models.json 配置文件的命令行工具。

快速开始

# 列出所有模型
bun ~/.pi/agent/skills/models-config/models.ts list

# 添加 Provider
bun ~/.pi/agent/skills/models-config/models.ts add provider myprovider https://api.example.com/v1 --api-key sk-your-api-key

# 添加模型
bun ~/.pi/agent/skills/models-config/models.ts add model pox gpt-5.4 --reasoning --context-window 200000

# 测试连接
bun ~/.pi/agent/skills/models-config/models.ts test pox gpt-5.4
Installs
18
Repository
dwsy/agent
GitHub Stars
20
First Seen
Mar 4, 2026
models-config — dwsy/agent