{"id":6482,"date":"2025-09-09T12:51:31","date_gmt":"2025-09-09T12:51:31","guid":{"rendered":"https:\/\/techtrendfeed.com\/?p=6482"},"modified":"2025-09-09T12:51:31","modified_gmt":"2025-09-09T12:51:31","slug":"veo-3-and-veo-3-quick-new-pricing-new-configurations-and-higher-decision","status":"publish","type":"post","link":"https:\/\/techtrendfeed.com\/?p=6482","title":{"rendered":"Veo 3 and Veo 3 Quick \u2013 new pricing, new configurations and higher decision"},"content":{"rendered":"<p> <br \/>\n<\/p>\n<div>\n<p data-block-key=\"674d9\">In the present day, we\u2019re launching three massive Veo updates: assist for vertical format outputs (9:16 facet ratio), 1080p HD output, and <b>new, decrease pricing.<\/b> We&#8217;re additionally making <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/deepmind.google\/models\/veo\/\">Veo 3<\/a> and Veo 3 Quick steady and prepared for scaled manufacturing use within the Gemini API.<\/p>\n<\/div>\n<div>\n<h2 data-block-key=\"ddr1s\" id=\"more-veo-for-less\"><b>Extra Veo, for much less<\/b><\/h2>\n<p data-block-key=\"6bj8v\">Efficient at the moment, we\u2019re making it extra reasonably priced to generate high-quality movies with Veo 3 and Veo 3 Quick with worth reductions throughout the board.<\/p>\n<ul>\n<li data-block-key=\"5dbin\">Veo 3: <b>Now $0.40 \/ second<\/b>; was $0.75 \/ second<\/li>\n<\/ul>\n<ul>\n<li data-block-key=\"6l0qo\">Veo 3 Quick: <b>Now $0.15 \/ second<\/b>; was $0.40 \/ second<\/li>\n<\/ul>\n<\/div>\n<div>\n<h2 data-block-key=\"o9mk8\" id=\"vertical-video-and-1080p-support\"><b>Vertical video and 1080p assist<\/b><\/h2>\n<p data-block-key=\"71h0o\">With Veo 3 and Veo 3 Quick, now you can set the facet ratio to 9:16 so that you could generate vertical format movies which might be excellent for mobile-first and social use circumstances. Simply set the \u2018<a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/ai.google.dev\/gemini-api\/docs\/video?example=dialogue#veo-model-parameters\">aspectRatio\u2019 parameter<\/a> to \u20189:16\u2019 and also you\u2019re able to go.<\/p>\n<p data-block-key=\"ep1o2\">You can even generate Veo 3 and Veo 3 Quick movies in 1080p HD, permitting you to create even larger high quality by setting the \u2018decision\u2019 parameter to \u20181080p\u2019.<\/p>\n<\/div>\n<div>\n<p data-block-key=\"674d9\">To indicate how one can construct new experiences, try the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/aistudio.google.com\/apps\/bundled\/mediasim\">MediaSim demo app<\/a> in Google AI Studio. It integrates the <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/tldraw.dev\/?utm_source=deepmind&amp;utm_medium=referral&amp;utm_campaign=veo3tldraw\">tldraw<\/a> SDK for an interactive canvas demonstrating how Gemini\u2019s multimodal understanding, era and <a rel=\"nofollow\" target=\"_blank\" href=\"http:\/\/ai.studio\/banana\">picture enhancing \ud83c\udf4c<\/a> capabilities might be mixed with Veo 3 video and audio era capabilities to create multimodal media simulations.<\/p>\n<\/div>\n<div>\n<h2 data-block-key=\"suusd\" id=\"get-started-building-with-veo-3-in-minutes\"><b>Get began constructing with Veo 3 in minutes<\/b><\/h2>\n<p data-block-key=\"1u0jc\">With this launch, we\u2019re making it extra reasonably priced to construct functions that assist prime quality video generations. We&#8217;re excited to see what builders will create with Veo 3 and Veo 3 Quick!<\/p>\n<p data-block-key=\"7ja4t\">Right here\u2019s a fundamental Python instance to create a video (ensure that to make use of the most recent <code>google-genai<\/code> model):<\/p>\n<\/div>\n<div>\n<pre><code class=\"language-python\">import time&#13;\nfrom google import genai&#13;\nfrom google.genai import varieties&#13;\n&#13;\nshopper = genai.Consumer()&#13;\n&#13;\noperation = shopper.fashions.generate_videos(&#13;\n    mannequin=\"veo-3.0-fast-generate-001\",&#13;\n    immediate=\"a close-up shot of a golden retriever taking part in in a area of sunflowers\",&#13;\n    config=varieties.GenerateVideosConfig(&#13;\n      negative_prompt=\"barking, woofing\",&#13;\n      aspect_ratio=\"9:16\",&#13;\n      decision=\"720p\",&#13;\n    ),&#13;\n)&#13;\n&#13;\n# Ready for the video(s) to be generated&#13;\nwhereas not operation.accomplished:&#13;\n    time.sleep(20)&#13;\n    operation = shopper.operations.get(operation)&#13;\n    print(operation)&#13;\n&#13;\ngenerated_video = operation.response.generated_videos[0]&#13;\nshopper.recordsdata.obtain(file=generated_video.video)&#13;\ngenerated_video.video.save(\"golden_retriever.mp4\")<\/code><\/pre>\n<p>\n        Python\n    <\/p>\n<\/div>\n<div>\n<hr\/>\n<p data-block-key=\"po9w3\"><b>Prompts<\/b><\/p>\n<p data-block-key=\"8qmfs\"><b><i><sub>1:<\/sub><\/i><\/b><i><sub> The shot is of a lone rock climber skillfully making her ascent up a snow-capped mountain at dawn. Capturing her as she navigates a piece. The digital camera is shut only a few toes away. She seems to be on the digital camera with a smile {of professional} admiration. Wiping her forehead with a gloved hand, she seems to be immediately into its lens and says with an impressed, enthusiastic tone, &#8220;Veo 3 is now like 50% cheaper and better high quality so go construct&#8221; earlier than turning to proceed her climb.<\/sub><\/i><\/p>\n<p data-block-key=\"8bhcf\"><b><i><sub>2:<\/sub><\/i><\/b><i><sub> Generate a excessive decision video, shot in ultra-slow movement with a macro lens. The video captures a single drop of magical ink falling into crystal clear water. As an alternative of merely clouding the water, the ink blossoms right into a miniature, residing, ethereal diorama of nature, full of animals and flowers, earlier than gently fading out<\/sub><\/i><\/p>\n<p data-block-key=\"2o2f1\"><b><i><sub>3:<\/sub><\/i><\/b><i><sub> A cinematic time-lapse video of a single seed sprouting, rising right into a lush plant, after which blooming with vibrant flowers, all set towards a subtly altering background that hints on the passage of seasons. Give attention to the intricate particulars of the plant&#8217;s improvement and the interaction of sunshine and shadow<\/sub><\/i><\/p>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>In the present day, we\u2019re launching three massive Veo updates: assist for vertical format outputs (9:16 facet ratio), 1080p HD output, and new, decrease pricing. We&#8217;re additionally making Veo 3 and Veo 3 Quick steady and prepared for scaled manufacturing use within the Gemini API. Extra Veo, for much less Efficient at the moment, we\u2019re [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":6484,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[56],"tags":[5053,3759,4639,4779,2020],"class_list":["post-6482","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software","tag-configurations","tag-fast","tag-pricing","tag-resolution","tag-veo"],"_links":{"self":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/6482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6482"}],"version-history":[{"count":1,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/6482\/revisions"}],"predecessor-version":[{"id":6483,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/posts\/6482\/revisions\/6483"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=\/wp\/v2\/media\/6484"}],"wp:attachment":[{"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6482"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6482"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techtrendfeed.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69d9690a190636c2e0989534. Config Timestamp: 2026-04-10 21:18:02 UTC, Cached Timestamp: 2026-05-13 14:00:23 UTC -->