Gemini
Gemini Video

wowztools/Veo-3.1-Fast

Modell-ID: wowztools/Veo-3.1-Fast
Modellfamilie
Gemini
Kontext
Nicht angegeben
Pro Request
0.0103 €
Anfragen
12
Erfolg
83.3%
Tokens
1.77M
Uptime
vor 24 StundenJetzt
vor 7 TagenJetzt

Preisliste

Pro Request
0.0103 €
Preisverlauf

Alle zuvor angewendeten Preisstufen. Die mit „aktuell“ gekennzeichnete Zeile ist der aktive Preis.

Aktuell Seit 06/08/2026 - 11:20:30
Pro Request0.0103 €
Unterstützte Endpoints
https://api.xah.io/v1/video/generations
Methode POST · application/json
Authentifizierung Bearer-Token (API-Key)
Rate Limit 60 req/min
API-Typen Video

Teilen

curl 'https://api.xah.io/v1/video/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "wowztools/Veo-3.1-Fast",
    "prompt": "A gentle camera movement across a mountain landscape",
    "aspect_ratio": "16:9",
    "duration": 4
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/video/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "wowztools/Veo-3.1-Fast",
    "prompt": "A gentle camera movement across a mountain landscape",
    "aspect_ratio": "16:9",
    "duration": 4
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/video/generations'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "wowztools/Veo-3.1-Fast",
    "prompt": "A gentle camera movement across a mountain landscape",
    "aspect_ratio": "16:9",
    "duration": 4
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "wowztools/Veo-3.1-Fast",
    "prompt": "A gentle camera movement across a mountain landscape",
    "aspect_ratio": "16:9",
    "duration": 4
}
Schnelltest

Dieses Modell unterstützt keinen Text-Chat und kann daher hier nicht getestet werden.

Bewertungen & Kommentare
0.0 / 0 Bewertungen
Bewertungen werden geladen...
Support kontaktieren
Wir helfen Ihnen jederzeit gern