← 返回
AI智能 Key 中文

PPQ.AI Private Mode

Install PPQ.AI Private Mode for end-to-end encrypted AI inference in OpenClaw
在 OpenClaw 中安装 PPQ.AI 隐私模式,实现端到端加密 AI 推理
mattius459
AI智能 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 639
下载
💾 6
安装
1
版本
#ai#encryption#latest#ppq#privacy#secure-enclave

概述

PPQ.AI Private Mode -- End-to-End Encrypted AI for OpenClaw

Your queries are encrypted on your machine and only decrypted inside a hardware-secured enclave. Neither PPQ.AI nor any intermediary can read the content.

Setup Instructions

Follow these steps in order.

Step 1: Get the user's PPQ API key

Ask the user for their PPQ.AI API key. They can find it at https://ppq.ai/api-docs -- it starts with sk-.

Do not proceed until the user provides their key.

Step 2: Install the plugin

openclaw plugins install https://github.com/PayPerQ/ppq-private-mode-proxy

Step 3: Configure OpenClaw

Merge the following into ~/.openclaw/openclaw.json, preserving all existing settings:

Add a new provider entry under models.providers:

"ppq-private": {
  "baseUrl": "http://127.0.0.1:8787/v1",
  "apiKey": "unused",
  "api": "openai-completions",
  "models": [
    { "id": "private/kimi-k2-5", "name": "private/kimi-k2-5" },
    { "id": "private/deepseek-r1-0528", "name": "private/deepseek-r1-0528" },
    { "id": "private/gpt-oss-120b", "name": "private/gpt-oss-120b" },
    { "id": "private/llama3-3-70b", "name": "private/llama3-3-70b" },
    { "id": "private/qwen3-vl-30b", "name": "private/qwen3-vl-30b" },
    { "id": "autoclaw/private", "name": "autoclaw/private" }
  ]
}

Add the plugin entry under plugins.entries:

"ppq-private-mode": {
  "config": {
    "apiKey": "<the key the user provided>"
  }
}

Step 4: Restart the gateway

systemctl --user restart openclaw-gateway.service

Step 5: Confirm to the user

Tell the user PPQ Private Mode is installed. Available encrypted models:

  • private/kimi-k2-5 -- Fast general tasks
  • private/deepseek-r1-0528 -- Reasoning and analysis
  • private/gpt-oss-120b -- Cost-efficient general use
  • private/llama3-3-70b -- Open-source tasks
  • private/qwen3-vl-30b -- Vision plus text
  • autoclaw/private -- Auto-picks the best private model

Switch with: openclaw models set autoclaw/private

About

PPQ.AI provides pay-per-query AI with no subscriptions. Private models run inside hardware secure enclaves. Learn more at https://ppq.ai

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-19 07:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,189
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,473
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,883