什么是 near-ai-cloud?
NEAR AI Cloud私有推理和验证。在集成 NEAR AI Cloud API 以进行可验证的私有 AI 推理、验证模型或网关 TEE 证明(NVIDIA NRAS、Intel TDX)、验证聊天消息签名、实施端到端加密聊天或将 OpenAI 兼容 API 与 NEAR AI Cloud 结合使用时使用。 来源:near/agent-skills。
NEAR AI Cloud私有推理和验证。在集成 NEAR AI Cloud API 以进行可验证的私有 AI 推理、验证模型或网关 TEE 证明(NVIDIA NRAS、Intel TDX)、验证聊天消息签名、实施端到端加密聊天或将 OpenAI 兼容 API 与 NEAR AI Cloud 结合使用时使用。
通过命令行快速安装 near-ai-cloud AI 技能到你的开发环境
来源:near/agent-skills。
Verifiable private AI inference through Trusted Execution Environments (TEEs). All inference runs inside Intel TDX confidential VMs with NVIDIA TEE GPUs — your data stays encrypted and isolated from infrastructure providers, model providers, and NEAR itself.
The API is OpenAI-compatible. Point any OpenAI SDK at https://cloud-api.near.ai/v1:
| /v1/chat/completions | POST | OpenAI-compatible chat completions | | /v1/models | GET | List available models | | /v1/attestation/report?model={model} | GET | Model attestation (GPU + CPU) | | /v1/attestation/report | GET | Gateway attestation | | /v1/signature/{chatid} | GET | Chat message signature |
NEAR AI Cloud私有推理和验证。在集成 NEAR AI Cloud API 以进行可验证的私有 AI 推理、验证模型或网关 TEE 证明(NVIDIA NRAS、Intel TDX)、验证聊天消息签名、实施端到端加密聊天或将 OpenAI 兼容 API 与 NEAR AI Cloud 结合使用时使用。 来源:near/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/near/agent-skills --skill near-ai-cloudNEAR AI Cloud私有推理和验证。在集成 NEAR AI Cloud API 以进行可验证的私有 AI 推理、验证模型或网关 TEE 证明(NVIDIA NRAS、Intel TDX)、验证聊天消息签名、实施端到端加密聊天或将 OpenAI 兼容 API 与 NEAR AI Cloud 结合使用时使用。 来源:near/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/near/agent-skills --skill near-ai-cloud 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/near/agent-skills