CLI tool for Google Veo AI Video Generation via AceDataCloud API
Project description
Veo CLI
A command-line tool for AI video generation using Veo through the AceDataCloud API.
Generate AI videos directly from your terminal — no MCP client required.
Features
- Video Generation — Generate videos from text prompts with multiple models
- Image-to-Video — Create videos from reference images- Video Upscale — Get 1080p versions of generated videos
- Multiple Models — veo3, veo3-fast, veo31, veo31-fast, veo2, veo2-fast
- Task Management — Query tasks, batch query, wait with polling
- Rich Output — Beautiful terminal tables and panels via Rich
- JSON Mode — Machine-readable output with
--jsonfor piping
Quick Start
1. Get API Token
Get your API token from AceDataCloud Platform:
- Sign up or log in
- Navigate to the Veo API page
- Click "Acquire" to get your token
2. Install
# Install with pip
pip install veo-cli
# Or with uv (recommended)
uv pip install veo-cli
# Or from source
git clone https://github.com/AceDataCloud/VeoCli.git
cd VeoCli
pip install -e .
3. Configure
# Set your API token
export ACEDATACLOUD_API_TOKEN=your_token_here
# Or use .env file
cp .env.example .env
# Edit .env with your token
4. Use
# Generate a video
veo generate "A test video"
# Generate from reference image
veo image-to-video "Animate this scene" -i https://example.com/photo.jpg
# Upscale to 1080p
veo upscale <video-id>
# Check task status
veo task <task-id>
# Wait for completion
veo wait <task-id> --interval 5
# List available models
veo models
Commands
| Command | Description |
|---|---|
veo generate <prompt> |
Generate a video from a text prompt |
veo image-to-video <prompt> -i <url> |
Generate a video from reference image(s) |
veo upscale <video_id> |
Get 1080p version of a generated video |
veo task <task_id> |
Query a single task status |
veo tasks <id1> <id2>... |
Query multiple tasks at once |
veo wait <task_id> |
Wait for task completion with polling |
veo models |
List available Veo models |
veo config |
Show current configuration |
veo aspect-ratios |
List available aspect ratios |
Global Options
--token TEXT API token (or set ACEDATACLOUD_API_TOKEN env var)
--version Show version
--help Show help message
Most commands support:
--json Output raw JSON (for piping/scripting)
--model TEXT Veo model version (default: veo3)
Available Models
| Model | Version | Notes |
|---|---|---|
veo3 |
V3 | Latest model, best quality (default) |
veo3-fast |
V3 Fast | Fast generation |
veo31 |
V3.1 | Next generation model |
veo31-fast |
V3.1 Fast | Fast next-gen model |
veo2 |
V2 | Previous generation, stable |
veo2-fast |
V2 Fast | Fast previous-gen model |
Configuration
Environment Variables
| Variable | Description | Default |
|---|---|---|
ACEDATACLOUD_API_TOKEN |
API token from AceDataCloud | Required |
ACEDATACLOUD_API_BASE_URL |
API base URL | https://api.acedata.cloud |
VEO_DEFAULT_MODEL |
Default model | veo3 |
VEO_REQUEST_TIMEOUT |
Timeout in seconds | 1800 |
Development
Setup Development Environment
git clone https://github.com/AceDataCloud/VeoCli.git
cd VeoCli
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,test]"
Run Tests
pytest
pytest --cov=veo_cli
pytest tests/test_integration.py -m integration
Code Quality
ruff format .
ruff check .
mypy veo_cli
Docker
docker pull ghcr.io/acedatacloud/veo-cli:latest
docker run --rm -e ACEDATACLOUD_API_TOKEN=your_token \
ghcr.io/acedatacloud/veo-cli generate "A test video"
Project Structure
VeoCli/
├── veo_cli/ # Main package
│ ├── __init__.py
│ ├── __main__.py # python -m veo_cli entry point
│ ├── main.py # CLI entry point
│ ├── core/ # Core modules
│ │ ├── client.py # HTTP client for Veo API
│ │ ├── config.py # Configuration management
│ │ ├── exceptions.py # Custom exceptions
│ │ └── output.py # Rich terminal formatting
│ └── commands/ # CLI command groups
│ ├── video.py # Video generation commands
│ ├── task.py # Task management commands
│ └── info.py # Info & utility commands
├── tests/ # Test suite
├── .github/workflows/ # CI/CD (lint, test, publish to PyPI)
├── Dockerfile # Container image
├── deploy/ # Kubernetes deployment configs
├── .env.example # Environment template
├── pyproject.toml # Project configuration
└── README.md
Veo CLI vs MCP Veo
| Feature | Veo CLI | MCP Veo |
|---|---|---|
| Interface | Terminal commands | MCP protocol |
| Usage | Direct shell, scripts, CI/CD | Claude, VS Code, MCP clients |
| Output | Rich tables / JSON | Structured MCP responses |
| Automation | Shell scripts, piping | AI agent workflows |
| Install | pip install veo-cli |
pip install mcp-veo |
Both tools use the same AceDataCloud API and share the same API token.
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing) - Open a Pull Request
Development Requirements
- Python 3.10+
- Dependencies:
pip install -e ".[all]" - Lint:
ruff check . && ruff format --check . - Test:
pytest
License
This project is licensed under the MIT License — see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veo_cli-2026.3.17.1.tar.gz.
File metadata
- Download URL: veo_cli-2026.3.17.1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9ca0bb3d2a242dc77dbe478a6841818bad2da935b1633db5bf00dcc23541079
|
|
| MD5 |
8d114bd4e46bd195399fff363ab57843
|
|
| BLAKE2b-256 |
8a69ca1d7b6d63273cbc38a9a93254b8abc410ad466abf8ffe3e68fd779e09d1
|
File details
Details for the file veo_cli-2026.3.17.1-py3-none-any.whl.
File metadata
- Download URL: veo_cli-2026.3.17.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0ba298e9142df196baf002cdea852d6779a2aaa97fb96183c1fe3dbff07aa60
|
|
| MD5 |
4058e768912aa5f17252c2d891324928
|
|
| BLAKE2b-256 |
af46dc3ef5a400a6efc722ca855c30e55af9e05d417f0b7324be02e0ff648b58
|