Video Generation

Twelve Labs

standard

Twelve Labs is an reliable video generation provider offering Video Understanding, Video Search through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Twelve LabsOfficial docs

Specifications

CategoryVideo Generation
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.twelvelabs.io/v1.3
SDK Package

Capabilities (2)

Video Understandingvideo.understand
Score: 95DEFAULT
Video Searchvideo.search
Score: 95DEFAULT

Quick start

Use Twelve Labs through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "twelvelabs",
    "capability": "video.understand",
    "input": { "prompt": "Hello from Twelve Labs!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'twelvelabs',
  capability: 'video.understand',
  input: { prompt: 'Hello from Twelve Labs!' },
});

console.log(result.output);

Related Video Generation providers

Runway ML

premium tier

Mux

standard tier

Luma AI

standard tier

Sync Labs

premium tier

Creatomate

standard tier

Getting started →API reference →All capabilities →All providers →