State-of-the-art image generation. Access Flux through VAP with simple pay-per-use pricing.
$0.18 per image. No compute units, no tiers, no confusion. Know cost upfront.
VAP uses Claude to enhance your descriptions. Better images, every time.
Up to 4K output. 7 aspect ratios. Standard and Ultra quality modes.
REST API, MCP for Claude Desktop, A2A protocol. Integrate anywhere.
Supported ratios: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
curl -X POST https://api.vapagent.com/v3/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"preset": "image.basic",
"params": {
"prompt": "Photorealistic portrait, golden hour lighting"
}
}'