MyRouterMyRouter
/
ModelsDocsSign In
Back to catalog

Veo 3.1 Video Generation (Reverse)

Provider: GoogleType: Video

Description

Veo 3.1 Video Generation (Reverse)

Capabilities

  • text-to-video
  • image-to-video
  • reverse

Model Info

Model ID
veo-3.1-reverse
Modalities

Input: Text, Image

Output: Video

Pricing

Price (per video)
N/A

Quick Start

Use your MyRouter API key with an OpenAI-compatible base URL, then pick the example that matches your stack.

Direct HTTP request for quick testing.

curl https://api.myrouter.ai/openai/v1/chat/completions \
  -H "Authorization: Bearer $MYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "veo-3.1-reverse",
    "messages": [
      {
        "role": "user",
        "content": "Hello from MyRouter"
      }
    ]
  }'