Replace YOUR_API_KEY below and run:
curl https://api.trytresor.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-oss-120b",
"messages": [
{"role": "user", "content": "Hello!"}
],
"stream": true
}'
You should see the model's response streamed back as Server-Sent Events.
This is not a proxy. The inference runs inside a hardware-isolated enclave with encrypted memory. Learn more about zero-access.