model-list

Installation
SKILL.md

List Models

查询 tiny-llm-proxy 可用模型列表,按协议(OpenAI / Anthropic)分组展示,支持模糊搜索。

Quick Reference

任务 命令
列出所有模型 bun ${CLAUDE_SKILL_DIR}/scripts/list-models.ts
模糊搜索 bun ${CLAUDE_SKILL_DIR}/scripts/list-models.ts qwen
按协议过滤 bun ${CLAUDE_SKILL_DIR}/scripts/list-models.ts --protocol openai
JSON 格式输出 bun ${CLAUDE_SKILL_DIR}/scripts/list-models.ts --json
自定义端点 bun ${CLAUDE_SKILL_DIR}/scripts/list-models.ts --url http://localhost:3900 --key sk-xxx

参数说明

Installs
1
First Seen
May 6, 2026
model-list — nmvr2600/tiny-llm-proxy