Models/Veo 3.1 Fast Generate 001

Canonical model

Veo 3.1 Fast Generate 001

Veo 3.1 Fast Generate 001 through Clervo's normalized video contract.

Clervo IDclervo/veo-3.1-fast-generate-001
Creator
Google
Availability
available
Health
healthy
Sellable now
Yes

Current contract

Identity, capability, and commerce stay together.

What it accepts

  • text

What it returns

  • video

Capabilities

  • text input
  • video output

Execution

/v1/ai/execute

Replay-safe with the original idempotency key.

Published pricing

Rates describe usage. The live quote binds the request.

  • $0.075 / second

Billing mode: metered. Payment: x402 or mpp. For a paid call, inspect the exact request-bound challenge before authorizing it. Internal serving suppliers are not publicly disclosed.

B11 TypeScript client

Use the exact model ID.

Veo 3.1 Fast Generate 001 · TypeScript
import { ClervoClient } from '@clervo/sdk';

const clervo = new ClervoClient();
const result = await clervo.ai.execute({
  model: 'clervo/veo-3.1-fast-generate-001',
  input: { kind: 'video', prompt: 'A restrained technical mechanism', durationSeconds: 5, aspectRatio: '16:9', resolution: '720p' }
}, { idempotencyKey: 'stable-request-0001' });

Automatic payment remains off unless explicitly enabled. Reuse the same idempotency key to recover or replay; reconcile unknown settlement before retrying.

Related inventory