← 返回
未分类 Key 中文

Provider Probe

Probe and verify whether an OpenAI-compatible baseURL is a real single-model endpoint or a multi-model aggregation pool. Use when auditing model providers, c...
探测并验证 OpenAI 兼容的 baseURL 是单模型端点还是多模型聚合池。用于审计模型提供商,c...
andyrenxu7255
未分类 clawhub v1.0.1 2 版本 100000 Key: 需要
★ 0
Stars
📥 434
下载
💾 0
安装
2
版本
#latest#probe#providers#security

概述

Provider Probe

Use this skill to investigate model providers behind OpenAI-compatible base URLs.

When to use

Trigger this skill when the user asks to:

  • verify whether a provider's claimed model is real
  • inspect a baseURL for hidden/mixed model pools
  • compare multiple providers for the same claimed model
  • determine whether a provider is better suited as primary or fallback
  • create a trust/stability report for model routing

Core method

Always use a layered evidence approach:

  1. Read provider config or ask for baseURL + apiKey + claimed model id.
  2. Call /models and inspect whether the returned pool contains mixed vendors or suspicious aliases.
  3. Check metadata like owned_by, model naming conventions, and whether one baseURL exposes many unrelated model families.
  4. Probe both /responses and /chat/completions with minimal prompts.
  5. Run short capability tests and repeated stability tests.
  6. Summarize with a confidence rating rather than absolute certainty.

Confidence labels

  • High confidence real / most likely genuine: stable, coherent endpoint behavior, believable output structure, low ambiguity.
  • Medium confidence / likely routed or wrapped: works, but signs suggest aggregation, aliasing, or proxy adaptation.
  • Low confidence / unusable now: 404, repeated timeout, incompatible shape, or too little evidence.

Output contract

Always report:

  • 当前做到哪了 / what was tested
  • 当前阻塞点 / what remains uncertain
  • 下一步动作 / recommended next step

For final results, include:

  1. Config facts
  2. /models findings
  3. Endpoint compatibility findings
  4. Repeated stability findings
  5. Capability/format findings
  6. Final trust judgment
  7. Recommendation: primary / fallback / avoid

Tooling

Prefer the bundled script for deterministic testing:

  • scripts/provider_probe.py

Usage:

python3 scripts/provider_probe.py --config /root/.openclaw/openclaw.json --providers ypemc omgteam vpsai --model gpt-5.4

Or probe a custom URL directly:

python3 scripts/provider_probe.py --base-url https://example.com/v1 --api-key sk-xxx --model gpt-5.4

Interpretation heuristics

Treat a provider as a likely aggregation pool when several of these appear together:

  • /models returns many unrelated model families
  • owned_by values are mixed or inconsistent
  • the claimed model id looks like a routing alias rather than a canonical model id
  • /responses and /chat/completions compatibility is uneven or surprising
  • behavior is stable enough to work but not coherent enough to look like a single official upstream

Files

  • Reference checklist: references/provider-probe-checklist.md
  • Probe script: scripts/provider_probe.py

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-21 13:18 安全 安全
  • v1.0.0
    2026-05-07 21:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Llm Provider Forensics

andyrenxu7255
法医式验证声称的 LLM 端点或模型 ID 背后实际使用的模型族或路由层。当代理需要调查是否...
★ 0 📥 495

Ai Songwriter

andyrenxu7255
AI歌曲创作核心技能:合辙押韵歌词、MiniMax mmx-cli 调用、歌词验证、全流程歌曲生成。支持古诗词谱曲、主题歌曲创作及多渠道文件投递。
★ 0 📥 470

Meddic B2b Sales Review

andyrenxu7255
采用原始 PTC MEDDIC 六步法的结构化 B2B 销售审查,阶段门与赢率遵循真实 PTC 六步框架(发现→...
★ 1 📥 774