{
  "id": "7",
  "slug": "ppq",
  "name": "PPQ.AI",
  "tagline": "Private TEE inference via hardware-attested confidential compute",
  "description": "PPQ.AI is a multi-model AI API platform that offers a dedicated private inference tier running inside hardware Trusted Execution Environments. Models prefixed with 'private/' execute in isolated enclaves with hardware attestation, ensuring that prompts and outputs remain confidential throughout the inference process.",
  "logo_url": null,
  "website_url": "https://ppq.ai",
  "api_docs_url": "https://ppq.ai/api-docs",
  "founded_year": null,
  "headquarters": null,
  "status": "active",
  "tee_types": [
    {
      "type": "amd_sev_snp",
      "attestation_method": "Model-specific PPQ Tinfoil router attestation plus mapped Tinfoil model backend attestation",
      "notes": "Private inference is accessed through PPQ's private-mode proxy. The verifier checks the PPQ router bundle and attested HPKE key for each private model, then verifies the corresponding Tinfoil model backend enclave."
    }
  ],
  "models": [
    {
      "name": "GPT-OSS 120B",
      "slug": "gpt-oss-120b",
      "family": "OpenAI GPT",
      "context_window": 131072,
      "max_output_tokens": null
    },
    {
      "name": "Llama 3.3 70B",
      "slug": "llama-3.3-70b",
      "family": "Meta Llama",
      "context_window": 131072,
      "max_output_tokens": null
    },
    {
      "name": "Qwen3-VL 30B A3B",
      "slug": "qwen3-vl-30b-a3b",
      "family": "Qwen",
      "context_window": 262144,
      "max_output_tokens": null
    },
    {
      "name": "GLM 5.2",
      "slug": "glm-5.2",
      "family": "ZhipuAI GLM",
      "context_window": 384000,
      "max_output_tokens": null
    },
    {
      "name": "Gemma 4 31B",
      "slug": "gemma-4-31b",
      "family": "Google Gemma",
      "context_window": 262144,
      "max_output_tokens": null
    },
    {
      "name": "Kimi K2.6",
      "slug": "kimi-k2.6",
      "family": "Moonshot AI",
      "context_window": 262144,
      "max_output_tokens": null
    }
  ],
  "pricing": [
    {
      "model_name": "GPT-OSS 120B",
      "price_per_million_input_tokens": 0.1582,
      "price_per_million_output_tokens": 0.633,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    },
    {
      "model_name": "Llama 3.3 70B",
      "price_per_million_input_tokens": 1.8462,
      "price_per_million_output_tokens": 2.9012,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    },
    {
      "model_name": "Qwen3-VL 30B A3B",
      "price_per_million_input_tokens": 1.3187,
      "price_per_million_output_tokens": 4.22,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    },
    {
      "model_name": "GLM 5.2",
      "price_per_million_input_tokens": 1.5825,
      "price_per_million_output_tokens": 5.5387,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    },
    {
      "model_name": "Gemma 4 31B",
      "price_per_million_input_tokens": 0.422,
      "price_per_million_output_tokens": 1.055,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    },
    {
      "model_name": "Kimi K2.6",
      "price_per_million_input_tokens": 1.5825,
      "price_per_million_output_tokens": 5.5387,
      "price_per_hour": null,
      "pricing_model": "per_token",
      "free_tier": false,
      "notes": null
    }
  ],
  "api_features": {
    "openai_compatible": true,
    "streaming": true,
    "function_calling": true,
    "batch_inference": false,
    "vision": true,
    "embeddings": false,
    "max_concurrent_requests": null,
    "avg_latency_ms": null
  },
  "payments": {
    "accepts_crypto": false,
    "accepts_bitcoin": false,
    "accepted_assets": [],
    "notes": null
  },
  "attestation": {
    "documentation_url": "https://ppq.ai/api-docs",
    "endpoint_url": "https://api.ppq.ai/private/attestation",
    "verifier_url": "https://github.com/PayPerQ/ppq-private-mode-proxy",
    "evidence_format": "PPQ model-specific Tinfoil router ATC bundle plus Tinfoil model backend attestation",
    "notes": "Verifier checks each current PPQ private model by verifying the model-specific PPQ router bundle, attested HPKE key, router image provenance, and mapped Tinfoil model backend quote/provenance."
  },
  "sdks": [],
  "api_compatibility": {
    "openai_chat_completions": false,
    "openai_responses": false,
    "anthropic_messages": false,
    "notes": null
  },
  "social_links": [
    {
      "label": "X",
      "url": "https://x.com/PPQdotAI"
    }
  ],
  "source_urls": [],
  "last_verified_at": null,
  "trust_tier": "app-e2ee",
  "e2ee_capability": "hpke"
}