Gemini

otherGoogle

Google Gemini family — 2.5 / 3 / 3.1 series in Flash & Pro variants, native and OpenAI-compat endpoints.

Get API Key
Gemini 2.5 Pro
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-2.5-pro", "prompt": "Your prompt here"}'
Gemini 3 Flash
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3-flash", "prompt": "Your prompt here"}'
Gemini 3 Pro
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3-pro", "prompt": "Your prompt here"}'
Gemini 3.1 Pro
Flat rate: 0 credits ($0.000)

Quick Example

curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model": "gemini-3.1-pro", "prompt": "Your prompt here"}'