Skip to main content
HomeDocs › AI Features

AI Features

Every AI tool built into AIVE ONE Beta — capabilities, usage guides, plan limits, and API access.

AI Capabilities Overview

AIVE ONE Beta integrates AI throughout the editing workflow. The table below summarises every AI feature, its processing mode, and plan availability.

FeatureProcessingFreeProEnterprise
Smart TrimLocalYesYesYes
Smart Edit (natural language)Cloud--YesYes
AI Color GradingLocal + Cloud--YesYes
AI Audio CleanupLocalYesYesYes
Voice IsolationLocalYesYesYes
Pacing CoachLocalYesYesYes
Gap Filler (B-Roll)Cloud--YesYes
AI Draft ReviewLocalYesYesYes
AI Title GenerationCloud--YesYes
AI Thumbnail GenerationCloud--YesYes
Channel LearnerCloud--YesYes
AI Shot MatchLocal--YesYes
AI API AccessCloud----Yes
Privacy: AI processing runs locally where possible. When cloud processing is needed, your media is encrypted in transit (TLS 1.3) and deleted within 24 hours. AIVE never uses your content for model training.

The AI Panel

Press Cmd+Shift+A or click the sparkle icon in the toolbar to open the AI panel. This is your command centre for all AI features.

Smart Edit

Smart Edit Pro

Use natural language to describe editing operations. Smart Edit translates your intent into precise timeline actions.

How to use

  1. Open the AI panel (Cmd+Shift+A).
  2. Type a command in the AI bar. Be specific about what you want.
  3. Review the proposed changes highlighted on the timeline.
  4. Click Apply to execute, or Discard to cancel.

Example commands

Tip: Select clips before typing a command to limit the scope. If nothing is selected, Smart Edit operates on the entire timeline.

AI Color Grading

AI Color Grading Pro

Automatically analyze footage and apply professional color grades. Match looks across clips, correct white balance, and apply cinematic styles with a single click.

Auto color correct

Select one or more clips, then click Auto Color in the AI panel or the Color Grade inspector. AIVE ONE Beta analyzes exposure, white balance, and contrast, then applies corrections to bring the footage into a balanced, broadcast-safe range.

AI shot match

Match the color grade of one clip to a reference clip:

  1. Select the clip you want to match.
  2. In the AI panel, click Shot Match.
  3. Click the reference clip in the timeline (the clip whose look you want to copy).
  4. AIVE ONE Beta analyzes the color characteristics and applies a match grade. Fine-tune using the intensity slider.

AI style transfer

Apply a cinematic style from a reference image or film still:

  1. Import a reference image into the Media Browser.
  2. Select the clips you want to grade.
  3. In the AI panel, type match color to [reference image name] or drag the reference onto the color inspector.
  4. The AI extracts the color palette, contrast curve, and tonal quality from the reference and applies it to your footage.
Processing: Basic auto-correct runs locally. Style transfer and shot match use a hybrid approach — initial analysis runs locally, with cloud processing for advanced neural color matching.

AI Audio Cleanup

AI Audio Cleanup Free

Remove background noise, isolate voices, eliminate hum, and repair clipped audio using on-device machine learning models.

One-click denoise

Select a clip and click AI Denoise in the Audio section of the Inspector. AIVE ONE Beta's neural network identifies and removes background noise (fans, air conditioning, traffic) while preserving speech clarity. No noise profile learning required.

Voice isolation

Separate speech from all other audio sources. Useful for extracting dialogue from noisy environments or removing background music from interviews.

  1. Select the clip containing speech.
  2. Open the Audio inspector and click Voice Isolation.
  3. Adjust the Isolation Strength slider (0-100%). Higher values remove more background audio but may introduce artifacts at extreme settings.
  4. Optionally, click Export Stems to save the isolated voice and background as separate files.

De-breath

Automatically detects and attenuates loud breath sounds between speech segments. Reduces breath volume without completely removing them, maintaining a natural sound.

De-hum and de-clip

Tip: Apply AI Audio Cleanup before making manual EQ or compression adjustments. The AI models work best on unprocessed audio.

AI Generation Features

AI Title Generation Pro

Generate optimized video titles based on your content, target audience, and platform. Uses analysis of trending formats and your channel's historical performance.

How to generate titles

  1. Open the AI panel and click Generate Title.
  2. Select the target platform (YouTube, Instagram, TikTok).
  3. Optionally provide keywords or a brief description.
  4. AIVE ONE Beta generates 5 title options with predicted click-through rates.
  5. Click a title to apply it, or refine with the Regenerate button.

AI Thumbnail Generation Pro

Generate eye-catching thumbnail designs from your video footage. Automatically selects the most visually compelling frames and applies text overlays optimized for platform guidelines.

Thumbnail workflow

  1. After completing your edit, open the AI panel and click Generate Thumbnail.
  2. AIVE ONE Beta scans your timeline for high-energy frames with clear faces and expressions.
  3. Select from 4 generated thumbnails, each with different text placement and style.
  4. Customize text, font, and layout in the thumbnail editor.
  5. Export at the optimal resolution for your platform (1280 x 720 for YouTube).

AI Subtitle Generation Free

Automatically transcribe speech and generate timed subtitles in SRT or VTT format. Supports 50+ languages with automatic language detection.

Pacing Coach & Draft Review

Pacing Coach Free

Analyses your timeline's cut rhythm and energy level, comparing it against genre-specific benchmarks. Identifies sections that are too slow or too fast for your target style.

Using the Pacing Coach

  1. Open the AI panel and click Pacing Coach.
  2. Select your content genre (vlog, tutorial, short film, music video, documentary, etc.).
  3. The coach highlights sections on the timeline with color-coded indicators:
    • Blue — well-paced, matches genre benchmarks
    • Yellow — slightly off-pace, consider adjusting
    • Red — significant pacing issues, action recommended
  4. Click any highlighted section to see specific suggestions (tighten this section, add a beat, extend the pause, etc.).

AI Draft Review Free

Generates a comprehensive critique of your timeline before export. Checks audio levels, pacing consistency, visual continuity, color balance, and technical export readiness.

Review categories

Results appear in the Analysis panel with severity ratings (info, warning, critical). Click any finding to jump to the relevant section in the timeline.

YouTube Channel Learner

Channel Learner Pro

A 16-method analysis suite that studies your YouTube channel's performance history and provides personalized recommendations.

Setup

  1. Go to Project Settings > YouTube.
  2. Connect your YouTube channel via OAuth.
  3. The initial analysis takes 2-5 minutes depending on your channel size.

Key capabilities

Read the full deep-dive blog post for details on all 16 analysis methods.

Usage Limits per Plan

Cloud-based AI features consume processing credits. Local features have no usage limits.

FeatureFreePro (per month)Enterprise
Smart TrimUnlimitedUnlimitedUnlimited
AI Audio CleanupUnlimitedUnlimitedUnlimited
Pacing CoachUnlimitedUnlimitedUnlimited
Draft ReviewUnlimitedUnlimitedUnlimited
Smart Edit commands--500 commandsUnlimited
AI Color Grading--200 clipsUnlimited
Gap Filler--100 suggestionsUnlimited
Title Generation--50 generationsUnlimited
Thumbnail Generation--30 generationsUnlimited
Channel Learner--10 analysesUnlimited
API requests----10,000 / month

Usage resets on the first of each month (IST). View your current usage in Settings > Subscription > AI Usage.

API Access

AIVE AI API Enterprise

Integrate AIVE's AI features into your own applications, pipelines, and automation workflows via a REST API.

Authentication

All API requests require an API key passed in the Authorization header. Generate keys in Settings > API > Manage Keys.

curl -X POST https://api.aive.one/v1/ai/denoise \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input_url": "https://storage.example.com/clip.wav",
    "strength": 0.7,
    "output_format": "wav"
  }'

Available endpoints

EndpointMethodDescription
/v1/ai/denoisePOSTRemove background noise from an audio file
/v1/ai/voice-isolatePOSTSeparate speech from background audio
/v1/ai/color-correctPOSTAuto-correct color balance on a video file
/v1/ai/shot-matchPOSTMatch color grade between two clips
/v1/ai/smart-trimPOSTDetect and remove silence from audio
/v1/ai/transcribePOSTGenerate subtitles from speech
/v1/ai/generate-titlePOSTGenerate optimized video titles
/v1/ai/generate-thumbnailPOSTGenerate thumbnail designs

Rate limits

Enterprise API access includes 10,000 requests per month with a burst limit of 60 requests per minute. For higher volumes, contact enterprise sales.

SDKs

Official SDKs are available for Python, Node.js, and Go:

# Python
pip install aive-sdk

# Node.js
npm install @aive/sdk

# Go
go get aive.one/sdk-go

Python example

import aive

client = aive.Client(api_key="YOUR_API_KEY")

# Denoise an audio file
result = client.ai.denoise(
    input_url="https://storage.example.com/clip.wav",
    strength=0.7,
    output_format="wav"
)

print(f"Processed file: {result.output_url}")
print(f"Processing time: {result.duration_ms}ms")
Full API reference: The complete OpenAPI specification, request/response schemas, and interactive playground will be published at docs as the API stabilises.