Private Inference

1 min read Original article ↗
View Pricing

Tinfoil SDKs

Our SDKs provide secure, verified access to our inference API:

  • Each API connection is automatically verified and encrypted directly to an attested secure enclave.
  • Compatible with the OpenAI API standard, making it a drop-in replacement for most existing deployments and workflows.

-from openai import OpenAI

-client = OpenAI()

+from tinfoil import TinfoilAI

+client = TinfoilAI()

TinfoilAI supports the same interface as the OpenAI Python client

View on GitHub

Inference with Tinfoil SDKs