video

Kling v2 API

What is Kling v2

Kling v2 is a video generation model provided by fal. The provider describes it as a "Master tier" option that is "Stable and well-tested."

Kling v2 via varg vs. calling fal directly

FeatureCalling fal directlyUsing varg
Account/key requiredSeparate fal account and API keySingle varg API key
Multi-model pipelinesRequires manual integrationNative JSX composition
CachingNot includedAutomatic via varg SDK
BillingSeparate fal creditsUnified varg credit billing

Pricing

Kling v2 costs $1.47 per second of output. The pricing type is conditional per-second billing, meaning charges apply based on the duration of generated video content under specific conditions defined by the provider.

Code example

import { Video } from '@varg/sdk';

export default () => (
  <Video
    model="fal:kling_v2/t2v"
    prompt="A serene mountain landscape at sunset"
  />
);

Or via curl:

curl -X POST https://api.varg.ai/v1/generate \
  -H "Authorization: Bearer $VARG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "fal:kling_v2/t2v",
    "prompt": "A serene mountain landscape at sunset"
  }'

When to use Kling v2 vs. sibling models

Kling v2 is described by fal as a "Master tier" model that is "Stable and well-tested." Without specific comparison data for sibling models in the video category, users should evaluate based on these stability characteristics and the $1.47 per second price point when selecting a video generation model.

FAQ

How much does Kling v2 cost via varg?

Kling v2 costs $1.47 per second of video output via varg, with conditional per-second pricing based on the duration of generated content.

Do I need a separate fal account to use Kling v2?

No. While calling fal directly requires a separate account and API key, varg provides unified access to Kling v2 through a single API key and billing system, with automatic caching and multi-provider gateway capabilities.

What makes Kling v2 different from other video models?

According to provider fal, Kling v2 is positioned as a 'Master tier' option that is 'Stable and well-tested,' distinguishing it as a reliable choice for production video generation workloads.

Related guides

← Browse all guides