Documentation
¶
Overview ¶
capability-probe - Provider 能力探测工具.
向各 provider/model 组合发送最小化探测请求,检测实际支持的能力, 输出能力矩阵(Markdown 表格).
能力探测项:
- streaming 基础 SSE 流式响应
- thinking 扩展思考(thinking block 出现在响应中)
- tool_use 工具调用(模型返回 tool_use block)
- structured_out 结构化 JSON 输出(响应符合 JSON schema)
- caching Prompt Cache 命中(cache_read_tokens > 0)
- schema_ref 工具 InputSchema 中 $ref 引用是否被正确解析(部分模型拒绝)
- tool_count 模型实际可处理的最大工具数量(触发拒绝时的上限)
使用:
source .env && go run ./cmd/capability-probe/
Click to show internal directories.
Click to hide internal directories.