veo_3_1
$ 0.144 per request
Pricing
Per-request$ 0.144 per request
API
curl
curl https://api.zipflow.xyz/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"veo_3_1","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'Replace API_KEY with your ZipFlow API key.
About veo_3_1 on ZipFlow
What is veo_3_1?
veo_3_1 is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.
How much does veo_3_1 cost on ZipFlow?
veo_3_1 is billed in USD: input $ 0.144 and output $ 0 per 1M tokens. Prices are listed on the pricing page and in the console.
How do I start using veo_3_1?
Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.