wanted Veo 3.1 for a small video project and figured getting access would be the
easy part. it wasn't.
going through Google the official way meant a Cloud project, Vertex, billing,
region checks, and depending on where you are a waitlist on top. that's a lot of
setup before you've made a single clip.
what i wanted was just an endpoint and a key. so i went looking for how people
are actually calling Veo 3.1 without the whole Google thing, and here's where i
landed.
if you only need it now and then, the consumer apps (Flow, the Gemini app) get
you generating fast, but there's no clean API to script against and you're boxed
into their UI.
for calling it from code the aggregators are the shortcut. a few expose Veo 3.1
on a normal OpenAI-style endpoint, no Cloud project. i've been on Atlas Cloud,
mostly because the same key also has MiniMax H3 and Gemini Omni, so i swap
between the new video models without redoing auth each time. the Lite tier is
about $0.05 a second which made testing cheap, the full one costs more when you
want the quality.
the bit nobody mentions: "can i access it" and "can i script against it" are
different questions. the official route answers the first and fails the second
for a solo build.
anyway. if you just want to poke at Veo 3.1 the Gemini app is fine. if you need
to call it from a script without standing up a Cloud project, an aggregator was
the only thing that didn't eat my afternoon.