Zum Hauptinhalt springen

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.

Optionen

model
string
erforderlich
xAI-Modell für Videogenerierung (z. B. grok-imagine-video).
credential
string
erforderlich
Verweis auf gespeicherte Credentials. In den Parametern apiKey oder xaiApiKey für Bearer-Auth gegen https://api.x.ai/v1/. Siehe xAI Video generations.
endpointUrl
string
Optionale Basis-URL. Wenn leer oder nicht gesetzt: Standard https://api.x.ai/v1.
costs
number
Optionaler fester Kostensatz pro erfolgreichem Aufruf.

Argumente

prompt
string
erforderlich
Beschreibung der gewünschten Szene.
duration
integer
Videolänge in Sekunden (1–15), Standard 8.
aspect_ratio
string
1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3; Standard 16:9.
resolution
string
480p oder 720p; Standard 720p.
lastImagesCount
integer
Optional: Anzahl der letzten Chat-Bilder (max. 3), die als Start-/Referenzbild (image, Data-URL) mitgeschickt werden.

PromptFunction

\Avency\BotAPI\Service\Adapter\XaiImagineVideo::execute