Developer guides
From first request to production agents.
Start with an OpenAI-compatible API call, then add Venice-specific privacy, tools, media generation, and wallet-funded agent workflows.
Start fast
Make your first useful request
The shortest path from account setup to a working integration.
Build paths
Choose what you are building
Follow the path that matches your app, then jump deeper when you need a specific capability.
Text & chatBuild reliable chat workflowsStructured responses, reasoning models, file inputs, prompt caching, and TEE/E2EE privacy controls.Start with structured responses →MediaGenerate images and videoImage generation, editing, video jobs, reference-to-video, upscaling, and consent-aware media flows.Explore media guides →AgentsConnect Venice to agentsMessaging bots, coding agents, MCP tools, runtime skills, and crypto-aware agent workflows.Open the agents hub →PaymentsFund requests your wayUse API credits, DIEM staking allowances, x402 wallet payments, and Crypto RPC endpoints.Read the x402 guide →
Developer journey
Move from prototype to shipped product
Keep learning
Reference patterns and project walkthroughs
Agent quickstartAfter you create a key
Build a private research agent
Use any OpenAI-compatible client, point it at Venice, then turn on Venice-native tools like server-side web search with venice_parameters.
1
export VENICE_API_KEY=“your-api-key”2
npm install openai