Spend · this month
$0.00
$1 free credit on signup
Requests
0
this month
Tokens
0
tracked in playground
Saved vs hosted APIs
$0.00
vs retail OpenAI / Anthropic
Prompt privacy verify →
—of your requests ran on
attested Apple hardware
attested Apple hardware
hardware-attestedmodel digest-verifiedcode-attested · beta
The machine owner can't read your prompts — and you got the real model, not a substitute. Both are checkable in your own browser, no trust required.
Quick start ⌘ K
Point any OpenAI client or agent framework at Umbra. No new SDK.
# one base_url swap
client = OpenAI(
base_url="https://api.tryumbra.dev/v1",
api_key="umbra-7Xq…")
client.chat.completions.create(
model="gemma-4-12b-coder",
extra_body={"trust_level":"hardware"})
client = OpenAI(
base_url="https://api.tryumbra.dev/v1",
api_key="umbra-7Xq…")
client.chat.completions.create(
model="gemma-4-12b-coder",
extra_body={"trust_level":"hardware"})