Ask anything
Access leading AI models for text, image, video, audio, code, and agents with privacy-first routing.
Privacy first
The product is privacy.
Choose the privacy level that matches the work: anonymized, private, enclave-backed, or encrypted.
Tier 1
Anonymized
Identifying metadata is stripped before requests are sent to external model providers.
Tier 2
Private
Zero-retention routes for supported models, designed for sensitive conversations.
Tier 3
TEE
Hardware-backed execution paths reduce platform access to private computation.
Tier 4
End-to-End Encrypted
Client-side encryption protects backed-up conversations and long-running work.
Pricing
Plans
Pro
All models, full platform access.
$18/mo
- All Pro and Advanced models
- Unlimited text prompts
- 1,000 images per day
- Generate video, music, and use frontier image and text models with credits
- Image superpowers: upscale, remove backgrounds, create variants, and more
- Character creation
- Extended context windows for deep work and longer conversations
- Encrypted chat backup and restore
- 100 credits / month for video, music, premium models, and API
- API access
Pro+
Higher limits and credit banking.
$68/mo
- Everything in Pro
- Higher image generation limits on Venice Pro models
- 500 credits / month for video, music, frontier image generation, LLMs, and API
- 2-month credit banking
- Annual billing discount
Max
Maximum capacity and dedicated throughput.
$200/mo
- Everything in Pro+
- Highest image generation limits on Venice Pro models
- 2,500 credits / month for video, music, frontier image generation, frontier LLMs, and API
- 3-month credit banking
- Annual billing discount
Developer API
Private access for builders
OpenAI-compatible endpoints with the same privacy posture as the workspace.
const client = new OpenAI({
apiKey: process.env.PRIVATE_AI_KEY,
baseURL: "https://api.example.com/v1"
});
await client.chat.completions.create({
model: "private-auto",
messages,
tools: ["search", "image", "speech"]
});