Our API is compatible with the OpenAI Chat Completions API format, making it easy to integrate with your existing applications while adding verifiable security.
All inference requests are processed in secure enclaves, ensuring complete privacy of your data.
curl -N https://models.default.tinfoil.sh/api/chat \
-H "Content-Type: application/json" \
-d '{
"model": "llama3.2:1b",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant that gives concise responses."
},
{
"role": "user",
"content": "What is tin foil made of?"
}
]
}'
High-performance reasoning model with exceptional benchmarks
deepseek-70b
General purpose language model optimized for efficiency
llama3.2-1b
Safety-focused model for content filtering and moderation
llama-guard3-1b
Specialized model for code generation and analysis
qwen2.5-coder-0.5b
Fast and efficient text embedding model
nomic-embed-text
Larger models coming soon
Join the private preview for early access