什麼是 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