给 Agent 的入口

  • 机器可读索引:https://docs.h3hub.cn/llms.txt
  • 完整索引:https://docs.h3hub.cn/llms-full.txt
  • OpenAPI:https://docs.h3hub.cn/openapi.public.json

建议工作流

  1. 先读 llms.txt 了解入口。
  2. 需要精确 schema 时拉取 openapi.public.json
  3. 调用 API 前创建独立 API Key,方便单独吊销。
  4. 遵守限流,遇到 429 使用 Retry-After 退避。