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

参数说明

参数 说明 默认值
关键词 可选,模糊匹配模型名称 -
Related skills
Installs
1
First Seen
7 days ago