Media on demand.

Images and video from FLUX, Kling, Minimax, and more — metered per call.

Paste and ship

Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Video for you.

Agent prompt

Read https://usenaive.ai/skill.md and set up Naïve for Video in my project.

Every visual primitive an agent needs.

Image generation, video generation, clipping, and a managed media library — all behind one bearer token.

From prompt to asset in one call.

Submit a job, poll for completion, and distribute — credits are charged only when the job succeeds.

POST /v1/images/generate

Image Generation

Submit an async image generation job. The input object accepts any model-specific parameters — size, count, seed — and credits are charged on completion only.

FLUX · SD · Recraft
Original visuals from a prompt.
Async Jobs
Poll GET /v1/jobs/:id.
Sizes & Seeds
square_hd, 16:9, reproducible.
Credit Preview
Cost before you submit.
# Generate images and wait for the result
$ naive images generate --model fal-ai/flux/schnell "A minimalist illustration of an AI robot" \
    --num-images 2 --wait

# List available models
$ naive images models

# Check a generation job
$ naive jobs get <job-id>
POST /v1/video/generate

Video Generation

Text-to-video for scripted content and image-to-video for animating stills. All jobs run through the unified jobs system with credits billed on completion.

Kling · Minimax · Wan
Text- and image-to-video.
Native Audio
Kling v3 generates sound.
5s / 10s
16:9, 9:16, or 1:1.
Auto Media Library
Ingested to your assets.
# Generate video and wait for completion
$ naive video generate --model fal-ai/kling-video/v3/pro/text-to-video "A golden retriever running on a beach" \
    --duration 5 --wait

# See available models
$ naive video models

# Check the generation job
$ naive video status <job-id>
GET /v1/images/stock

Stock Photos

Search free, license-clean photography — no credits charged and no generation wait. Filter by orientation, color, and size for instant supporting visuals.

Free Search
No credits, no wait.
Orientation Filters
Landscape, portrait, square.
License-Clean
Safe for marketing use.
High Resolution
Original + sized variants.
# Search free stock photos
$ naive images stock "modern office workspace" --count 10

# Filter by orientation and color
$ naive images stock "team collaboration" \
    --orientation landscape --color blue --count 5

Put a creative studio in your agents.

Generate launch creative, product shots, and short-form video without a production team.