Pro Plus
Subscription
Includes $75 in monthly API spend
- Everything in Pro, plus higher image-generation limits.
- 2-month banking · up to $150
New models the day they ship. Chat, image, audio, and video behind one key, with zero data retention.
Frontier and open-source, same endpoint
Capabilities
Text, code, images, video, speech, music, embeddings, and live web search, behind one private endpoint. Same auth, same shapes, same billing.
Pricing
Pay as you go at published model rates, or bundle $75–$225 in monthly API spend with Pro Plus or Max.
Subscription
Includes $75 in monthly API spend
Subscription
Includes $225 in monthly API spend
No subscription
Usage-based
Published model rates
Monthly spend is shared across API keys and metered Venice features. New paid subscriptions include a one-time $5 welcome balance.
Quickstart
Point the OpenAI SDK at Venice and your app just works. Streaming, function calling, and structured outputs keep the same shape.
One line. That's the whole migration.
from openai import OpenAI
client = OpenAI(
api_key=os.environ["VENICE_API_KEY"],
base_url="https://api.venice.ai/api/v1",
)
response = client.chat.completions.create(
model="venice-uncensored",
messages=[{"role": "user", "content": "Hello, Venice."}],
extra_body={
"venice_parameters": {
"enable_web_search": "auto",
"enable_web_citations": True,
}
},
)
print(response.choices[0].message.content)Agent ready
Point the agents you already use at Venice. Native providers or the OpenAI-compatible API. Every request private and uncensored.
setup-mcp venice.ai/mcpIt reads the docs and wires itself up
First-party and open source
Terminal, MCP client, or Agent Skills. Take your pick.
Privacy
Venice never stores your prompts or responses. Add TEE or E2EE when you need privacy you can verify.
Requests are processed in memory and discarded. Nothing is logged, trained on, or sold.
Frontier models are reached through Venice, so upstream providers never receive your identity.
TEE inference attests to the code handling your request. Verify the signature yourself.
With end-to-end encryption, only the client holds the key. Venice cannot read the request.
Ask without guardrails
No filters, no rewrites, no moralizing. Unrestricted access to models that just answer, private by default.
Pay per token / Pro from $18 / Stake for free access