Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.varios-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Options

model
string
required
Veo model id (use the identifier from the current Google Gemini API video / Veo documentation).
googleApiKey
string
required
Google AI / Gemini API key (x-goog-api-key). Store as hidden.
endpointUrl
string
Optional base URL; default https://generativelanguage.googleapis.com/v1beta/.
costs
number
Optional flat cost per run (overrides token-based cost).
inputTokenCost
float
Cost per input token (per million) when operation metadata includes token counts.
outputTokenCost
float
Cost per output token (per million) when operation metadata includes token counts.

Arguments

prompt
string
required
Scene description.
aspect_ratio
string
16:9, 9:16, 1:1; default 16:9.
duration_seconds
integer
Duration between 4 and 8 seconds, default 8.
resolution
string
720p or 1080p.
negative_prompt
string
Content to avoid.
lastImagesCount
integer
If greater than 0, uses the latest chat image when present (image-to-video).

Prompt function

\Avency\BotAPI\Service\Adapter\GoogleVeoVideo::execute