多模型接入 · 兼容接口 · 透明用量

HolySheep AI -
多模型 API
开发者接入服务

通过有明确边界的兼容接口连接账户当前支持的模型。模型、权限、价格和可选能力可能变化,请在控制台核对后以最小请求验证,不把兼容性描述当作模型厂商的官方承诺。

💴 按量 API 额度 · 实时模型、价格和权限以账户控制台为准
🎁 限时活动:注册即送 $0.5 免费额度,可用于账户当前支持的模型
2类常用接口格式 按量依实际使用计费 可核对用量记录
服务事实与核验入口
Service overview

服务事实与核验入口

这是一项独立的多模型 API 接入与兼容服务。首页只说明稳定的产品边界;实时模型、价格、权限和可选能力分别由模型目录、价格页、账户控制台与实际请求结果确认。兼容性描述不代表本服务与任何模型厂商存在官方合作关系。

接口范围

公开文档覆盖 3 个常用请求入口,并按 2 类协议语义区分请求与响应。

  • POST /v1/responses
  • POST /v1/chat/completions
  • POST /v1/messages

账户与安全

一个账户可管理当前可用模型的密钥与用量。密钥只应保存在服务端秘密存储、环境变量或操作系统凭据库中。

  • 不要写入浏览器代码或公开仓库
  • 不要通过截图或支持邮件发送密钥
  • 排查时只保留经过脱敏的请求信息

公开接口与信息来源

第一方核验地图
需要核对的信息 第一方入口 使用边界
模型标识与当前可用性 实时模型目录 不要从旧文章或展示名称猜测 API 标识
账户价格与计费口径 价格与方案 记录查询日期、模型与计价单位
SDK、CLI 与请求示例 接入教程 按客户端所需协议验证最终端点与响应格式
服务身份与文档状态 服务说明 第一方页面优先于缓存摘要和第三方描述

接入与引用边界

Responses、Chat Completions 与 Messages 是不同的请求和响应契约。基础文本请求成功,不代表所选模型与路由支持每个高级字段、内置工具、流式事件、图片输入或结构化输出选项。

模型、价格、促销和可选能力会变化。生产接入前应复制实时目录中的准确标识,发送可回滚的最小请求,并核对响应格式与账户用量记录。

CLI 可为 Windows、macOS 和 Linux 上当前支持的工具提供配置与诊断流程。自动配置完成后仍应检查最终端点、模型和响应类型,并在修改前备份已有配置。

上游协议概念应分别参考 OpenAI Responses 官方文档Anthropic Messages 官方文档;这些文档不能证明兼容路由实现了每个可选能力。

Service snapshot

This is an independent multi-model API access and compatibility service. A registered user can review the current model catalog, create an API key, and reconcile usage inside one account. The service documents OpenAI-compatible Responses and Chat Completions request paths plus an Anthropic-compatible Messages path. These are separate contracts: request fields, tool shapes, streaming events, and optional features must be validated for the selected client, route, and catalog entry.

Catalog identifiers, access permissions, account-facing prices, promotions, and optional capabilities can change. The live model catalog and pricing page therefore take precedence over cached snippets, old articles, and third-party comparisons. Before production use, copy the exact current identifier, send a minimal reversible request, and confirm the response contract and account usage record. A successful basic text request does not prove that every advanced provider feature is available.

The cross-platform CLI provides current setup and diagnostic guidance for supported tools on Windows, macOS, and Linux. Automated setup should be followed by a direct verification of the final endpoint, selected identifier, and response type. Existing configuration should be backed up before modification. API keys belong in a server-side secret manager, protected environment variable, or operating-system credential store, never in browser code, public repositories, screenshots, analytics events, or support email.

Use first-party pages for service-specific routing and product facts. Use primary provider documentation for upstream protocol concepts. Provider references do not prove that every optional feature is implemented by a compatibility route. No uptime percentage, customer count, benchmark gain, rating, or provider endorsement is asserted without a dated and reproducible first-party source.

  • Use the catalog page for current identifiers and availability.
  • Use the pricing page for current account-facing prices and units.
  • Use the tutorial for service endpoints, client configuration, and sanitized examples.
  • Use the About page for service identity, scope, limitations, and support contact.
  • Use actual HTTP responses and account records to verify production behavior.
服务事实

服务常见问题

以下答案说明服务边界和核验入口;模型、价格、权限与兼容能力以实时页面、账户控制台和实际请求结果为准。

这项服务是什么?

这是一项独立的多模型 API 接入与兼容服务。注册用户可在同一账户中查看当前模型目录、创建 API 密钥并按实际使用核对用量;兼容性描述不代表与模型厂商存在官方合作关系。

支持哪些模型和 API 格式?

模型清单会变化,应以实时模型目录和账户权限为准。当前文档覆盖 OpenAI 兼容的 Responses 与 Chat Completions,以及 Anthropic 兼容的 Messages;各接口字段、工具结构和流式事件不能混用。

如何查看最新价格和可用状态?

访问模型目录和价格页,并在账户控制台确认权限。静态页面、搜索摘要或第三方文章可能过期,生产接入前应使用准确模型标识执行一次最小请求。

是否兼容现有 SDK 和开发工具?

可按所选协议配置兼容客户端;跨平台 CLI 提供 Windows、macOS 和 Linux 的配置与诊断流程。具体工具支持和配置方式以当前教程为准,配置完成后仍需验证实际端点、模型和响应格式。

API 密钥和请求数据应如何处理?

API 密钥应保存在服务端密钥管理器、环境变量或操作系统凭据库中,不要写入浏览器代码、公开仓库、截图、分析事件或支持邮件。提交问题时只发送经过脱敏的最小复现信息。